File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11name : Build and Upload Python Package
22
33on :
4- # release:
5- # types: [published]
4+ release :
5+ types : [published]
66 push :
77 branches :
88 - main
1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- # python-version: ["3.11", "3.12", "3.13"]
19- python-version : ["3.13"]
18+ python-version : ["3.11", "3.12", "3.13"]
19+ # python-version: ["3.13"]
2020
2121 steps :
2222 - uses : actions/checkout@v4
4141 runs-on : windows-latest
4242 strategy :
4343 matrix :
44- # python-version: ["3.11", "3.12", "3.13"]
45- python-version : ["3.13"]
44+ python-version : ["3.11", "3.12", "3.13"]
45+ # python-version: ["3.13"]
4646
4747 steps :
4848 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88
99#define PY_SILENS
1010using namespace py ;
11- #define VERSION_INFO " 1.0.5 "
11+ #define VERSION_INFO " 1.0.6 "
1212
1313
1414PYBIND11_MODULE (libbarpy, m)
Original file line number Diff line number Diff line change 1- premake5 gmake2 --python-include-path=/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 \
1+ premake5 gmake --python-include-path=/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 \
22 --python-lib-path=/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/lib/ \
33 --python-version=3.13
44if [[ $? -ne 0 ]] ; then
Original file line number Diff line number Diff line change 22
33setup (
44 name = "ImageTopoDec" ,
5- version = "1.0.5 " ,
5+ version = "1.0.6 " ,
66 description = "Python wrapper for the Barcode library." ,
77 author = "Art A" ,
88 author_email = "your.email@example.com" ,
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ source ../.venv/bin/activate
22python -m build
33# stubgen -m libbarpy
44pip uninstall -y ImageTopoDec
5- pip install dist/ImageTopoDec-1.0.5 -py3-none-any.whl
5+ pip install dist/ImageTopoDec-1.0.6 -py3-none-any.whl
66ls ../.venv/lib/python3.13/site-packages/ImageTopoDec
You can’t perform that action at this time.
0 commit comments