diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5f4f072..16e0795 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.3.0 + uses: pypa/cibuildwheel@v3.3.1 - uses: actions/upload-artifact@v6 with: @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 env: CIBW_BUILD: ${{ matrix.cibw_build }} CIBW_SKIP: "pp*"