Skip to content

Commit

Permalink
[ci] feat: update cibuildwheel to 2.16
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Oct 18, 2023
1 parent ab67b16 commit 6e272c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Build wheels
uses: pypa/cibuildwheel@v2.13
uses: pypa/cibuildwheel@v2.16
env:
# Skip trying to test arm64 builds on Intel Macs
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
Expand All @@ -76,7 +76,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.13
uses: pypa/cibuildwheel@v2.16
env:
CIBW_ARCHS: ${{ matrix.arch }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Build wheels
uses: pypa/cibuildwheel@v2.13
uses: pypa/cibuildwheel@v2.16
env:
# Skip trying to test arm64 builds on Intel Macs
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
Expand All @@ -76,7 +76,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.13
uses: pypa/cibuildwheel@v2.16
env:
CIBW_ARCHS: ${{ matrix.arch }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Build wheels
uses: pypa/cibuildwheel@v2.13
uses: pypa/cibuildwheel@v2.16
env:
# Skip trying to test arm64 builds on Intel Macs
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
Expand All @@ -79,7 +79,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.13
uses: pypa/cibuildwheel@v2.16
env:
CIBW_ARCHS: ${{ matrix.arch }}

Expand Down

0 comments on commit 6e272c8

Please sign in to comment.