Skip to content

Commit cbda9ea

Browse files
committed
remove commented out CIBW option
1 parent 09e9215 commit cbda9ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*"
4949
CIBW_SKIP: "*musllinux*"
5050
CIBW_ARCHS: "auto64"
51-
#CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
5251
CIBW_BUILD_VERBOSITY: 1
5352
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}"
5453
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "pip install -U wheel delvewheel && python fix_windows_wheel.py {wheel} {dest_dir}"

0 commit comments

Comments
 (0)