Skip to content

Commit

Permalink
Re-enable building aarch64 wheels. Fixes #1303
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed May 5, 2024
1 parent ddc8490 commit 878d9e8
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,3 +115,4 @@ before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf

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

0 comments on commit 878d9e8

Please sign in to comment.