Skip to content

Commit

Permalink
wheel: build all pythons in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jul 4, 2024
1 parent e3c321e commit 09d12cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14]
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]

pyver: [cp39, cp310, cp311, cp312]
steps:
- uses: actions/checkout@v4

Expand All @@ -25,6 +24,8 @@ jobs:
run: python -m pip install cibuildwheel==2.18.1

- name: Build wheels
env:
CIBW_BUILD: ${{matrix.pyver}}-*
run: python -m cibuildwheel --output-dir wheelhouse

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

0 comments on commit 09d12cb

Please sign in to comment.