We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c23a9 commit db910f3Copy full SHA for db910f3
.github/workflows/cd.yml
@@ -20,7 +20,7 @@ jobs:
20
os:
21
- ubuntu-latest
22
- ubuntu-24.04-arm
23
- - windows-latest
+ - windows-latest # x86, AMD64
24
- macos-13 # x86_64
25
- macos-latest # arm64
26
fail-fast: false
pyproject.toml
@@ -185,7 +185,7 @@ archs = "auto"
185
archs = "auto64"
186
187
[tool.cibuildwheel.windows]
188
-archs = "AMD64"
+archs = "auto"
189
190
[[tool.cibuildwheel.overrides]]
191
# Install numpy from nightly wheels as not yet on PyPI.
0 commit comments