Skip to content

Commit

Permalink
Remove binaries for win32
Browse files Browse the repository at this point in the history
As discussed in: #979
  • Loading branch information
FrancescAlted committed Dec 13, 2022
1 parent f1a9d48 commit 01c8bfb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/wheels.yml
Expand Up @@ -147,7 +147,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
arch: [win32, win_amd64]
arch: [win_amd64]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -193,12 +193,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
python-version: ['3.8', '3.9', '3.10', '3.11']
arch: ['x64', 'x86']
exclude:
- os: 'ubuntu-latest'
arch: 'x86'
- os: 'macos-latest'
arch: 'x86'
arch: ['x64']

steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 01c8bfb

Please sign in to comment.