diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1b1c6dc58..5d72c4b1e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -69,7 +69,7 @@ jobs: cache-key: ${{ matrix.os }} - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 - name: Upload Wheels uses: actions/upload-artifact@v4 @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 - name: Upload Wheels uses: actions/upload-artifact@v4