We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e9215 commit cbda9eaCopy full SHA for cbda9ea
.github/workflows/build-deploy.yml
@@ -48,7 +48,6 @@ jobs:
48
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*"
49
CIBW_SKIP: "*musllinux*"
50
CIBW_ARCHS: "auto64"
51
- #CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
52
CIBW_BUILD_VERBOSITY: 1
53
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}"
54
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "pip install -U wheel delvewheel && python fix_windows_wheel.py {wheel} {dest_dir}"
0 commit comments