diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b29e9c..f1b6b84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.14.0 env: CIBW_ARCHS: all - uses: actions/upload-artifact@v3