diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8fff33f..759478c 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.15.0 + uses: pypa/cibuildwheel@v2.16.2 - uses: actions/upload-artifact@v3 with: @@ -46,7 +46,7 @@ jobs: submodules: "recursive" - name: Build wheels - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_BUILD: ${{ matrix.cibw_build }} CIBW_SKIP: "cp36-* cp37-*"