diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6174d42..9e36ca1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 - uses: actions/upload-artifact@v5 with: @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 env: CIBW_BUILD: ${{ matrix.cibw_build }} CIBW_SKIP: "pp*"