Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Noremos committed Dec 6, 2024
1 parent 2aa92d6 commit 0e3f404
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
with:
submodules: true

- uses: actions/setup-python@v5
with:
python-version: "3.13"

- name: Build on manylinux
run: |
docker run --rm \
Expand All @@ -46,17 +42,17 @@ jobs:
echo -------/opt/python/cp313-cp313
ls /opt/python/cp313-cp313
echo -------//opt/python/cp313-cp313/include
echo -------/opt/python/cp313-cp313/include
ls /opt/python/cp313-cp313/include
echo -------//opt/python/cp313-cp313/include/python3.13
echo -------/opt/python/cp313-cp313/include/python3.13
ls /opt/python/cp313-cp313/include/python3.13
echo -------//opt/python/cp313-cp313/lib
echo -------/opt/python/cp313-cp313/lib
ls /opt/python/cp313-cp313/lib
cd PrjBarlib
premake5 gmake2 --python-include-path=/opt/python/cp313-cp313/include \
premake5 gmake2 --python-include-path=opt/python/cp313-cp313/include/python3.13 \
--python-lib-path=/opt/python/cp313-cp313/lib \
--python-version=3.13
Expand All @@ -69,6 +65,10 @@ jobs:
cp -rf ./Python/BarcodeProject/dist /project/dist
"
- uses: actions/setup-python@v5
with:
python-version: "3.13"

- name: Repair and validate wheel
run: |
python -m pip install --upgrade auditwheel
Expand Down

0 comments on commit 0e3f404

Please sign in to comment.