Skip to content

Commit

Permalink
Fix x86 wheels building (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Nov 14, 2020
1 parent 58ee718 commit 68257bb
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 @@ -226,6 +226,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 @@ -236,6 +240,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.pyver }}
architecture: ${{ matrix.arch }}
- name: Install cython
if: ${{ matrix.no-extensions == '' }}
uses: py-actions/py-dependency-install@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGES/535.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Provide x86 Windows wheels.

0 comments on commit 68257bb

Please sign in to comment.