diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 274994fd..193a2089 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -106,7 +106,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: pypa/cibuildwheel@v2.15 + - uses: pypa/cibuildwheel@v2.16 env: CIBW_BUILD: cp38-win32 cp312-manylinux_x86_64 cp37-macosx_x86_64 CIBW_BUILD_VERBOSITY: 1 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e030b511..7721a69d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -71,7 +71,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@v2.15 + - uses: pypa/cibuildwheel@v2.16 env: CIBW_BUILD: cp${{ matrix.python }}-manylinux_* CIBW_ARCHS: ${{ matrix.arch }} @@ -112,7 +112,7 @@ jobs: shell: bash run: echo "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}" >> $GITHUB_ENV - - uses: pypa/cibuildwheel@v2.15 + - uses: pypa/cibuildwheel@v2.16 env: CIBW_BUILD: ${{ matrix.build }} CIBW_ARCHS: ${{ matrix.arch }}