Skip to content

Commit

Permalink
Let's try auditwheel to repair dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 18, 2024
1 parent 5fec088 commit 2ddf5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-wheel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
cd ..
CIBW_SKIP: "*musl*"
CIBW_ARCHS: "auto64"
CIBW_REPAIR_WHEEL_COMMAND: 'auditwheel repair -w {dest_dir} {wheel}'

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2ddf5f4

Please sign in to comment.