Skip to content

Commit

Permalink
Re-enable building aarch64 wheels. Fixes #1303 (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed May 5, 2024
2 parents 902981f + 11a7c80 commit 9d13065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf

[tool.cibuildwheel.linux]
skip = "*-musllinux_*"
archs = ["auto", "aarch64"]

[[tool.cibuildwheel.overrides]]
select = "*-macosx_arm64"
Expand Down

0 comments on commit 9d13065

Please sign in to comment.