diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 364062b99..d827ad4eb 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.23.3 + uses: pypa/cibuildwheel@v3.0.0 - name: Upload Wheels uses: actions/upload-artifact@v4 @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.0.0 - name: Upload Wheels uses: actions/upload-artifact@v4