Skip to content

Commit b9c1d9c

Browse files
committed
build separate x86_64 and arm64 wheels for macos
1 parent 98776e8 commit b9c1d9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ skip = "*-musllinux_*"
6060
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
6161

6262
[tool.cibuildwheel.macos]
63-
archs = ["universal2"]
63+
archs = ["x86_64", "arm64"]
6464
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
6565

6666
[tool.cibuildwheel.macos.environment]

0 commit comments

Comments
 (0)