diff --git a/pyproject.toml b/pyproject.toml index 8e4a67422..f18f80a4a 100644 --- a/pyproject.toml +++ b/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"