We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98776e8 commit b9c1d9cCopy full SHA for b9c1d9c
1 file changed
pyproject.toml
@@ -60,7 +60,7 @@ skip = "*-musllinux_*"
60
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
61
62
[tool.cibuildwheel.macos]
63
-archs = ["universal2"]
+archs = ["x86_64", "arm64"]
64
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
65
66
[tool.cibuildwheel.macos.environment]
0 commit comments