Bump cibuildwheel to 2.19.2 (#4395)

Fixes #4383, fixes #4381
This commit is contained in:
Shantanu 2024-07-04 16:45:53 -07:00 committed by GitHub
parent 9ff047a957
commit 1ad5263f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install cibuildwheel and pypyp
run: |
pipx install cibuildwheel==2.15.0
pipx install cibuildwheel==2.19.2
pipx install pypyp==1
- name: generate matrix
if: github.event_name != 'pull_request'
@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pypa/cibuildwheel@v2.18.1
- uses: pypa/cibuildwheel@v2.19.2
with:
only: ${{ matrix.only }}