diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a55f50704..341ce2712 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,7 +90,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v1.11.1 + - uses: pypa/cibuildwheel@v1.12.0 env: CIBW_BUILD: cp38-win_amd64 cp36-manylinux_i686 cp37-macosx_x86_64 CIBW_TEST_EXTRAS: test diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9f063a3d5..2f879a237 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -61,7 +61,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@v1.11.1 + - uses: pypa/cibuildwheel@v1.12.0 env: CIBW_BUILD: cp${{ matrix.python }}-* CIBW_ARCHS: ${{ matrix.arch }} @@ -113,7 +113,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v1.11.1 + - uses: pypa/cibuildwheel@v1.12.0 env: CIBW_BUILD: ${{ matrix.build }} CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}