File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29- pip install build
30- - name : Build package
31- run : python -m build
29+ pip install wheel
30+ - name : Build packages
31+ run : |
32+ python setup.py sdist
33+ python setup.py bdist_wheel
3234 - name : Publish package
3335 uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3436 with :
Original file line number Diff line number Diff line change 1- __version__ = "0.2.0 "
1+ __version__ = "0.2.1 "
22__doc__ = """
33FS Message Packer v{}
44Copyright (C) 2021 Fusion Solutions KFT <[email protected] >
Original file line number Diff line number Diff line change 1515if have_cython :
1616 ext_modules = cythonize (
1717 "fsPacker/_fspacker.cpp" ,
18- language = "c++" ,
1918 )
2019
2120pwd = os .path .abspath (os .path .dirname (__file__ ))
2221
2322setup (
2423 name = "python-fspacker" ,
25- version = "0.2.0 " ,
24+ version = "0.2.1 " ,
2625 description = "Fusion Solutions message packer" ,
2726 keywords = "message pack packer utility fusion solutions fusionsolutions" ,
2827 author = "Andor `iFA` Rajci - Fusions Solutions KFT" ,
You can’t perform that action at this time.
0 commit comments