diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20928a7..c6423ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,7 +133,7 @@ jobs: run: conda install -y openblas pkgconfig - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 env: # Explicitly set the architecture based on the matrix CIBW_ARCHS_LINUX: ${{ matrix.arch }}