Skip to content

Commit

Permalink
[3.7] Fix x86 wheels building (aio-libs#5235) (aio-libs#5237)
Browse files Browse the repository at this point in the history
(cherry picked from commit 61eab8c)

Co-authored-by: Andrew Svetlov <[email protected]>
  • Loading branch information
asvetlov committed Nov 14, 2020
1 parent bd50c3c commit eeea5b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ jobs:
matrix:
pyver: [3.6, 3.7, 3.8, 3.9]
os: [macos, windows]
arch: [x86, x64]
exclude:
- os: macos
arch: x86
fail-fast: false
runs-on: ${{ matrix.os }}-latest
needs: pre-deploy
Expand All @@ -235,6 +239,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.pyver }}
architecture: ${{ matrix.arch }}
- name: Cythonize
if: ${{ matrix.no-extensions == '' }}
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGES/5230.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Provide x86 Windows wheels.

0 comments on commit eeea5b1

Please sign in to comment.