From 2ddf5f4ea38f377bc678377e2dcdc9db5fb1bf68 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Fri, 19 Jul 2024 01:16:24 +0200 Subject: [PATCH] Let's try auditwheel to repair dependencies --- .github/workflows/python-wheel-build.yml | 1 + 1 file changed, 1 insertion(+) 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: