File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
python -m pip install --upgrade pip
29
29
pip install wheel
30
+ if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
31
- name : Build packages
31
32
run : |
33
+ python setup.py build
32
34
python setup.py sdist
33
35
python setup.py bdist_wheel
34
36
- name : Publish package
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.1 "
1
+ __version__ = "0.2.2 "
2
2
__doc__ = """
3
3
FS Message Packer v{}
4
4
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = "python-fspacker" ,
24
- version = "0.2.1 " ,
24
+ version = "0.2.2 " ,
25
25
description = "Fusion Solutions message packer" ,
26
26
keywords = "message pack packer utility fusion solutions fusionsolutions" ,
27
27
author = "Andor `iFA` Rajci - Fusions Solutions KFT" ,
You can’t perform that action at this time.
0 commit comments