diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 531c8eeb..1e98a49c 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.0 + - uses: pypa/cibuildwheel@v2.10.1 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 7fdd68b6..ef7d3b4c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -75,7 +75,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@v2.10.0 + - uses: pypa/cibuildwheel@v2.10.1 env: CIBW_BUILD: cp${{ matrix.python }}-manylinux_* CIBW_ARCHS: ${{ matrix.arch }} @@ -131,7 +131,7 @@ jobs: shell: bash run: echo "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}" >> $GITHUB_ENV - - uses: pypa/cibuildwheel@v2.10.0 + - uses: pypa/cibuildwheel@v2.10.1 env: CIBW_BUILD: ${{ matrix.build }} CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}