Skip to content

Commit

Permalink
Bump cibuildwheel to 2.19.2 (#4395)
Browse files Browse the repository at this point in the history
Fixes #4383, fixes #4381
  • Loading branch information
hauntsaninja authored Jul 4, 2024
1 parent 9ff047a commit 1ad5263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit 1ad5263

Please sign in to comment.