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 ac4ecf9 commit 6541264Copy full SHA for 6541264
pyproject.toml
@@ -120,8 +120,6 @@ skip = ["pp*", "*-musllinux_aarch64"]
120
121
[tool.cibuildwheel.linux]
122
archs = ["x86_64", "aarch64"]
123
-# force auditwheel to use manylinux_2_24 to support Amazon Linux 2 when building in manylinux_2_28
124
-repair-wheel-command = "auditwheel repair --plat ${AUDITWHEEL_PLAT//2_28/2_24} -w {dest_dir} {wheel}"
125
environment = { CC = "gcc", CXX = "g++" }
126
manylinux-x86_64-image = "manylinux_2_28"
127
manylinux-aarch64-image = "manylinux_2_28"
0 commit comments