diff --git a/.github/workflows/python-wheel-build.yml b/.github/workflows/python-wheel-build.yml index 30e18a3b3..5ec00730e 100644 --- a/.github/workflows/python-wheel-build.yml +++ b/.github/workflows/python-wheel-build.yml @@ -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: