Skip to content

Commit

Permalink
Update to latest cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Sep 19, 2024
1 parent d2ffee6 commit 032f67b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.1
env:
CIBW_BUILD: "*manylinux*"
CIBW_ARCHS: auto64
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.1
env:
CIBW_BUILD: "*musllinux*"
CIBW_ARCHS: auto64
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.1
env:
CIBW_BUILD: "*macosx*"
CIBW_ARCHS: auto64
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.1
env:
CIBW_BUILD: "*macosx*"
CIBW_ARCHS: arm64
Expand Down

0 comments on commit 032f67b

Please sign in to comment.