Skip to content

Commit

Permalink
Run auditwheel show before auditwheel repair
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 12, 2024
1 parent 05cc6e7 commit 37b3ed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- name: Build the wheel
run: python setup.py bdist_wheel
- name: Repair wheel with auditwheel
run: auditwheel repair dist/*.whl --plat manylinux2014_x86_64 -w wheelhouse/
run: |
auditwheel show dist/*.whl
auditwheel repair dist/*.whl --plat manylinux_2_31_x86_64 -w wheelhouse/
- name: Upload wheel artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 37b3ed7

Please sign in to comment.