diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 845e5447..c9218371 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 - uses: actions/upload-artifact@v6 with: @@ -106,7 +106,7 @@ jobs: export LDFLAGS="$LDFLAGS -Wl,-rpath,$PREFIX/lib -L$PREFIX/lib -lomp" - name: Build wheels - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 - uses: actions/upload-artifact@v6 with: