Skip to content

Commit d835194

Browse files
authored
build universal wheels for macos (#148)
* build universal wheels for macos * always build mac wheels * go back to building Mac wheels for release
1 parent 5cb52a8 commit d835194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ test-command = "pytest {project}/tests"
2727

2828
[tool.cibuildwheel.macos]
2929
# https://cibuildwheel.readthedocs.io/en/stable/faq/#apple-silicon
30-
archs = ["x86_64"] # , "universal2"
30+
archs = ["x86_64", "universal2"]
3131
test-skip = ["*_arm64", "*_universal2:arm64"]

0 commit comments

Comments
 (0)