Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 29, 2024
1 parent 03c01ff commit b5140bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
arch: arm64
python-version: '3.10'

# # Specific inclusion for Windows x86 architecture
# - os: windows-latest
# arch: amd64
# python-version: '3.9'
# - os: windows-latest
# arch: amd64
# python-version: '3.10'
# Specific inclusion for Windows x86 architecture
- os: windows-latest
arch: amd64
python-version: '3.9'
- os: windows-latest
arch: amd64
python-version: '3.10'

steps:
- name: Checkout the code
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:

# Build wheels for Windows using bash
- name: Build wheels for Windows
if: matrix.os == 'windows-latest' && matrix.arch == 'x86'
if: matrix.os == 'windows-latest'
env:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* cp37-* cp38-* pp* *-win32"
Expand Down

0 comments on commit b5140bd

Please sign in to comment.