Skip to content

Commit 48f4793

Browse files
Yi RenCopilot
authored andcommitted
Build win_arm64 wheels in CI
Add a native windows-11-arm runner to the release workflow's wheels matrix so win_arm64 wheels are built alongside win_amd64, with identical feature enablement (cibuildwheel 4.1.0, BUILD_EXTENSION=yes, and the enable=["pypy"] setting inherited from pyproject.toml). On the ARM64 runner cibuildwheel's default arch is ARM64, so no other configuration change is required. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 62020684-81fd-4cd7-8458-6333d0ad74f1
1 parent edca8d0 commit 48f4793

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
os:
4040
- ubuntu-latest
4141
- windows-latest
42+
- windows-11-arm
4243
- macOS-latest
4344
steps:
4445
- name: Check out repository

0 commit comments

Comments
 (0)