We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d2116 commit 38588fbCopy full SHA for 38588fb
2 files changed
.github/workflows/ci-cd.yml
@@ -139,13 +139,16 @@ jobs:
139
runner-vm-os:
140
- ubuntu-latest
141
- windows-latest
142
+ - windows-11-arm
143
- macos-latest
144
tag:
145
- ''
146
- 'musllinux'
147
exclude:
148
- runner-vm-os: windows-latest
149
tag: 'musllinux'
150
+ - runner-vm-os: windows-11-arm
151
+ tag: 'musllinux'
152
- runner-vm-os: macos-latest
153
154
- runner-vm-os: ubuntu-latest
CHANGES/1516.feature.rst
@@ -0,0 +1,2 @@
1
+Added arm64 Windows wheel builds
2
+-- by :user:`finnagin`.
0 commit comments