Skip to content

Commit

Permalink
github-actions: add auditwheel install
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 13, 2024
1 parent cb4e6b7 commit 9d56b1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
/opt/python/cp311-cp311/bin/python setup.py bdist_wheel
/opt/python/cp312-cp312/bin/python setup.py bdist_wheel
- name: Install auditwheel # this should be available?!
run: |
/opt/python/cp39-cp39/bin/python -m pip install auditwheel
/opt/python/cp310-cp310/bin/python -m pip install auditwheel
/opt/python/cp311-cp311/bin/python -m pip install auditwheel
/opt/python/cp312-cp312/bin/python -m pip install auditwheel
- name: Repair wheel files
run: |
/opt/python/cp39-cp39/bin/python -m auditwheel repair dist/*cp39-cp39-linux_x86_64.whl
Expand Down

0 comments on commit 9d56b1c

Please sign in to comment.