github-actions: add auditwheel install

This commit is contained in:
Martin Bubel 2024-01-13 13:01:29 +01:00
parent cb4e6b79b0
commit 9d56b1c84d

View file

@ -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