diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index af512af..8bfe368 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.18.1 - uses: actions/upload-artifact@v3 with: @@ -46,7 +46,7 @@ jobs: submodules: "recursive" - name: Build wheels - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_BUILD: ${{ matrix.cibw_build }} CIBW_SKIP: "cp36-* cp37-*"