Skip to content

Commit 8066169

Browse files
committed
Update cibuildwheel
1 parent 0e5a211 commit 8066169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/setup-python@v4
8585
with:
8686
python-version: "3.x"
87-
- run: pip install cibuildwheel==2.19.1
87+
- run: pip install cibuildwheel==2.22.0
8888
- id: set-matrix
8989
# Cannot test on Musl distros yet.
9090
run: |
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install EdgeDB
136136
uses: edgedb/setup-edgedb@v1
137137

138-
- uses: pypa/cibuildwheel@v2.19.1
138+
- uses: pypa/cibuildwheel@v2.22.0
139139
with:
140140
only: ${{ matrix.only }}
141141
env:

0 commit comments

Comments
 (0)