diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e36aef5e..965baecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: make --jobs make install - - uses: pypa/cibuildwheel@v2.21 + - uses: pypa/cibuildwheel@v2.22 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-* diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 703eb050..673d8e4d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -88,7 +88,7 @@ jobs: make --jobs make install - - uses: pypa/cibuildwheel@v2.21 + - uses: pypa/cibuildwheel@v2.22 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-*