Skip to content

Commit 6bf2847

Browse files
ci: update cibw to 3.1.4
1 parent 80ab972 commit 6bf2847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-qemu-action@v1
2929

3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v2.22.0
31+
uses: pypa/cibuildwheel@v3.1.4
3232
# to supply options, put them in 'env', like:
3333
env:
3434
CIBW_ARCHS_LINUX: ${{matrix.arch}}

0 commit comments

Comments
 (0)