We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fef0f commit 61eab8cCopy full SHA for 61eab8c
.github/workflows/ci.yml
@@ -223,6 +223,10 @@ jobs:
223
matrix:
224
pyver: [3.6, 3.7, 3.8, 3.9]
225
os: [macos, windows]
226
+ arch: [x86, x64]
227
+ exclude:
228
+ - os: macos
229
+ arch: x86
230
fail-fast: false
231
runs-on: ${{ matrix.os }}-latest
232
needs: pre-deploy
@@ -235,6 +239,7 @@ jobs:
235
239
uses: actions/setup-python@v2
236
240
with:
237
241
python-version: ${{ matrix.pyver }}
242
+ architecture: ${{ matrix.arch }}
238
243
- name: Cythonize
244
if: ${{ matrix.no-extensions == '' }}
245
run: |
CHANGES/5230.bugfix
@@ -0,0 +1 @@
1
+Provide x86 Windows wheels.
0 commit comments