diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 9ad65ceb..17ba5d13 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -37,7 +37,7 @@ jobs: submodules: 'recursive' - name: Build Wheels - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.9.0 env: # For presubmit, just build / test the most common arch CIBW_ARCHS: native @@ -113,7 +113,7 @@ jobs: make -C build all install - name: Build Wheels - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.9.0 env: # For presubmit, just build / test the most common arch CIBW_ARCHS: native @@ -200,7 +200,7 @@ jobs: fi - name: Build Wheels - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.9.0 env: CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }} # For presubmit, skip build / test for pypy diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 82634c13..7086c7e0 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -37,7 +37,7 @@ jobs: submodules: 'recursive' - name: Build Wheels - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.9.0 env: CIBW_ARCHS_LINUX: x86_64 CIBW_MANYLINUX_X86_64_IMAGE: manylinux1 @@ -92,7 +92,7 @@ jobs: uses: docker/setup-qemu-action@v2 - name: Build Wheels - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.9.0 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_ENVIRONMENT: > @@ -167,7 +167,7 @@ jobs: make -C build all install - name: Build Wheels - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.9.0 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_ENVIRONMENT: > @@ -242,7 +242,7 @@ jobs: fi - name: Build Wheels - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.9.0 env: CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }} CIBW_ENVIRONMENT: >