Skip to content

Commit

Permalink
build universal wheels for macos (#148)
Browse files Browse the repository at this point in the history
* build universal wheels for macos

* always build mac wheels

* go back to building Mac wheels for release
  • Loading branch information
akaszynski committed Aug 4, 2022
1 parent 5cb52a8 commit d835194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ test-command = "pytest {project}/tests"

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

0 comments on commit d835194

Please sign in to comment.