Skip to content

Commit 35608a2

Browse files
committed
add 32 to archs
1 parent afe05fc commit 35608a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,4 @@ jobs:
5757
- name: Build linux 32bit wheels
5858
uses: pypa/[email protected]
5959
env:
60-
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat_linux_32[1] }}
61-
CIBW_ARCH: auto32
60+
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat_linux_32[1] }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ testpaths = ["tests"]
202202

203203
[tool.cibuildwheel]
204204
build = "*"
205+
archs = ["auto64", "auto32"]
205206

206207
# Enable free-threaded support
207208
# free-threaded-support = true

0 commit comments

Comments
 (0)