diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14aa038d..69cd4f81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Build wheels - uses: pypa/cibuildwheel@v3.1.4 + uses: pypa/cibuildwheel@v3.2.0 env: CIBW_SKIP: pp*-macosx_arm64 - uses: actions/upload-artifact@v4