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}"