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