Skip to content

Commit

Permalink
Try to only build amd64 wheels on Windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
twomagpi committed Aug 3, 2024
1 parent f85908d commit 53d6ed7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest] #windows-latest], macos-13, macos-14]
os: [ubuntu-latest,windows-latest]#, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand All @@ -90,9 +90,8 @@ jobs:

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
env:
CIBW_SKIP: win32

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 53d6ed7

Please sign in to comment.