add windows arm64 wheel builds#787
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Findings (ordered by severity)
- No confirmed correctness issues found in the diff. The changes are limited to release automation configuration and a CHANGELOG entry.
- Residual validation gap: I can’t fully validate CI runner availability/behavior (e.g., the
windows-11-armhosted runner label and toolchain support for all targeted Python versions) from the repository contents alone; this is best confirmed by running the workflow (or apublish_type=builddry run) on the target runner.
Purpose
Adds Windows ARM64 (win_arm64) wheel builds to the release workflow so Windows on Arm can install binary wheels from PyPI instead of building from source.
Changes:
- Add a dedicated GitHub Actions job to build Windows ARM64 wheels via
cibuildwheelon a Windows ARM runner. - Include the new ARM64 wheel artifact in the publish job’s dependencies.
- Document the improvement in
CHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.md | Notes the addition of win_arm64 wheel publication for CPython 3.10–3.14 (incl. 3.14 free-threaded). |
| .github/workflows/publish.yml | Adds a Windows ARM64 wheel build job and wires it into the publish pipeline. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
win_arm64.Closes #785
Checklist
Delete items not relevant to your PR: