Skip to content

Commit cb1a77d

Browse files
committed
fix
1 parent 09c55ba commit cb1a77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
with:
206206
platforms: all
207207
- name: Build wheels
208-
uses: pypa/cibuildwheel@v2.4.0
208+
uses: pypa/cibuildwheel@v2.17.0
209209
env:
210210
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
211211
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}

0 commit comments

Comments
 (0)