Skip to content

Commit

Permalink
only arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Nov 22, 2023
1 parent 4c3d6b4 commit 4263120
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 @@ -22,7 +22,7 @@ archs = "x86_64"
manylinux-x86_64-image = "manylinux2014"

[tool.cibuildwheel.macos]
archs = "x86_64 arm64"
archs = "arm64"
before-build = "bash {project}/packaging/cibuildwheel/cibw_before_build_macos.sh {project}"

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit 4263120

Please sign in to comment.