From 9f88e93fb17ff66a574f26d286b6bc3950d9848e Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Sat, 20 Jul 2024 00:26:47 +0200 Subject: [PATCH] This auditwheel does nothing --- .github/workflows/python-wheel-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheel-build.yml b/.github/workflows/python-wheel-build.yml index 49a621de7..1750597e3 100644 --- a/.github/workflows/python-wheel-build.yml +++ b/.github/workflows/python-wheel-build.yml @@ -49,7 +49,7 @@ jobs: cd .. CIBW_SKIP: "*musl*" CIBW_ARCHS: "auto64" - CIBW_REPAIR_WHEEL_COMMAND: 'auditwheel repair -w {dest_dir} {wheel}' + # CIBW_REPAIR_WHEEL_COMMAND: 'auditwheel repair -w {dest_dir} {wheel}' - uses: actions/upload-artifact@v3 with: