Skip to content

Commit

Permalink
Provide x86 Windows wheels (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Nov 14, 2020
1 parent becc644 commit 60a828e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,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 Down
1 change: 1 addition & 0 deletions CHANGES/550.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Provide x86 Windows wheels

0 comments on commit 60a828e

Please sign in to comment.