Skip to content

Commit f475283

Browse files
authored
bump cibuildwheel version in gha (#693)
* bump cibuildwheel version in gha * bump qemu
1 parent 8ca25bd commit f475283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171

7272
- name: Set up QEMU
7373
if: runner.os == 'Linux'
74-
uses: docker/setup-qemu-action@v2
74+
uses: docker/setup-qemu-action@v3
7575
with:
7676
platforms: all
7777

7878
- name: Build wheels
79-
uses: pypa/cibuildwheel@v2.11.3
79+
uses: pypa/cibuildwheel@v2.16.1
8080
env:
8181
CIBW_BUILD: cp${{matrix.python-version}}-*
8282
CIBW_ARCHS_LINUX: ${{ matrix.cibw-arch }}

0 commit comments

Comments
 (0)