Skip to content

Commit

Permalink
chore: bump cibuildwheel to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Oct 3, 2023
1 parent e174a15 commit 698b8a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.1
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_BUILD: ${{matrix.pyver}}-*
CIBW_ARCHS_LINUX: auto
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.1
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_BUILD: ${{matrix.pyver}}-*
CIBW_ARCHS: ${{matrix.arch}}
Expand All @@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.1
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_BUILD: pp*
CIBW_TEST_EXTRAS: test
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.1
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_BUILD: pp*

Expand Down

0 comments on commit 698b8a8

Please sign in to comment.