Skip to content

Commit

Permalink
Bump cibuildwheel to 2.19.1 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix authored Jun 19, 2024
1 parent 2fb7965 commit fb72b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: pip install cibuildwheel==2.12.3
- run: pip install cibuildwheel==2.19.1
- id: set-matrix
# Cannot test on Musl distros yet.
run: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install EdgeDB
uses: edgedb/setup-edgedb@v1

- uses: pypa/cibuildwheel@v2.12.3
- uses: pypa/cibuildwheel@v2.19.1
with:
only: ${{ matrix.only }}
env:
Expand Down

0 comments on commit fb72b9a

Please sign in to comment.