Skip to content

Commit 61eab8c

Browse files
authored
Fix x86 wheels building (#5235)
1 parent a2fef0f commit 61eab8c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ jobs:
223223
matrix:
224224
pyver: [3.6, 3.7, 3.8, 3.9]
225225
os: [macos, windows]
226+
arch: [x86, x64]
227+
exclude:
228+
- os: macos
229+
arch: x86
226230
fail-fast: false
227231
runs-on: ${{ matrix.os }}-latest
228232
needs: pre-deploy
@@ -235,6 +239,7 @@ jobs:
235239
uses: actions/setup-python@v2
236240
with:
237241
python-version: ${{ matrix.pyver }}
242+
architecture: ${{ matrix.arch }}
238243
- name: Cythonize
239244
if: ${{ matrix.no-extensions == '' }}
240245
run: |

CHANGES/5230.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Provide x86 Windows wheels.

0 commit comments

Comments
 (0)