We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe05fc commit 35608a2Copy full SHA for 35608a2
.github/workflows/build-wheels.yml
@@ -57,5 +57,4 @@ jobs:
57
- name: Build linux 32bit wheels
58
uses: pypa/cibuildwheel@v3.0
59
env:
60
- CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat_linux_32[1] }}
61
- CIBW_ARCH: auto32
+ CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat_linux_32[1] }}
pyproject.toml
@@ -202,6 +202,7 @@ testpaths = ["tests"]
202
203
[tool.cibuildwheel]
204
build = "*"
205
+archs = ["auto64", "auto32"]
206
207
# Enable free-threaded support
208
# free-threaded-support = true
0 commit comments