diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b34ee595..7a06abe8c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: pypa/cibuildwheel@v2.10.2 + - uses: pypa/cibuildwheel@v2.12.0 env: CIBW_BUILD: cp38-win_amd64 cp310-manylinux_i686 cp37-macosx_x86_64 CIBW_BUILD_VERBOSITY: 1 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9ceba2750..d1cfcc2f3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -75,7 +75,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@v2.10.2 + - uses: pypa/cibuildwheel@v2.12.0 env: CIBW_BUILD: cp${{ matrix.python }}-manylinux_* CIBW_ARCHS: ${{ matrix.arch }} @@ -120,7 +120,7 @@ jobs: shell: bash run: echo "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}" >> $GITHUB_ENV - - uses: pypa/cibuildwheel@v2.10.2 + - uses: pypa/cibuildwheel@v2.12.0 env: CIBW_BUILD: ${{ matrix.build }} CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}