diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d78a42b..987275e 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.12.2 + uses: pypa/cibuildwheel@v2.12.3 env: CIBW_ARCHS: all - uses: actions/upload-artifact@v3