From f47528326241c30d897da15ba3b5baef93969dac Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Fri, 29 Sep 2023 09:34:08 -0700 Subject: [PATCH] bump cibuildwheel version in gha (#693) * bump cibuildwheel version in gha * bump qemu --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2965134..ff2b742 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}