diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 572ab4e..0a1d407 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.21.0 + uses: pypa/cibuildwheel@v2.21.1 - uses: actions/upload-artifact@v3 with: @@ -47,7 +47,7 @@ jobs: submodules: "recursive" - name: Build wheels - uses: pypa/cibuildwheel@v2.21.0 + uses: pypa/cibuildwheel@v2.21.1 env: CIBW_BUILD: ${{ matrix.cibw_build }} CIBW_SKIP: "cp36-* pp*"