Skip to content

Commit db910f3

Browse files
committed
WHL: add wheels for Windows x86
1 parent c5c23a9 commit db910f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os:
2121
- ubuntu-latest
2222
- ubuntu-24.04-arm
23-
- windows-latest
23+
- windows-latest # x86, AMD64
2424
- macos-13 # x86_64
2525
- macos-latest # arm64
2626
fail-fast: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ archs = "auto"
185185
archs = "auto64"
186186

187187
[tool.cibuildwheel.windows]
188-
archs = "AMD64"
188+
archs = "auto"
189189

190190
[[tool.cibuildwheel.overrides]]
191191
# Install numpy from nightly wheels as not yet on PyPI.

0 commit comments

Comments
 (0)