diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14aa038d..eb67b9cd 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.1 env: CIBW_SKIP: pp*-macosx_arm64 - uses: actions/upload-artifact@v4