Skip to content

Commit

Permalink
bump cibuildwheel version in gha (#693)
Browse files Browse the repository at this point in the history
* bump cibuildwheel version in gha

* bump qemu
  • Loading branch information
benfred authored Sep 29, 2023
1 parent 8ca25bd commit f475283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.3
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_BUILD: cp${{matrix.python-version}}-*
CIBW_ARCHS_LINUX: ${{ matrix.cibw-arch }}
Expand Down

0 comments on commit f475283

Please sign in to comment.