diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dd418da..c8955105 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@v2.23.2 + uses: pypa/cibuildwheel@v2.23.3 env: CIBW_SKIP: pp*-macosx_arm64 - uses: actions/upload-artifact@v4