Browse Source

Re-enable building aarch64 wheels. Fixes #1303

Jelmer Vernooij 10 months ago
parent
commit
11a7c800de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -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"