diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1b6b84..f83a1fc 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.14.0 + uses: pypa/cibuildwheel@v2.14.1 env: CIBW_ARCHS: all - uses: actions/upload-artifact@v3