From cbda9eae6d9424999c2a091359efdfcad98e227f Mon Sep 17 00:00:00 2001 From: joeljonsson Date: Tue, 7 Nov 2023 22:37:44 +0100 Subject: [PATCH] remove commented out CIBW option --- .github/workflows/build-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index f0ffde7..2a526c4 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -48,7 +48,6 @@ jobs: CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*" CIBW_SKIP: "*musllinux*" CIBW_ARCHS: "auto64" - #CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28" CIBW_BUILD_VERBOSITY: 1 CIBW_REPAIR_WHEEL_COMMAND_MACOS: "pip uninstall -y delocate && pip install git+https://github.com/matthew-brett/delocate.git && delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} -v {wheel}" CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "pip install -U wheel delvewheel && python fix_windows_wheel.py {wheel} {dest_dir}"