diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0f3a3ceacfc..ab98e6e5609 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -723,7 +723,7 @@ jobs: run: | make cythonize - name: Build wheels - uses: pypa/cibuildwheel@v4.1.1 + uses: pypa/cibuildwheel@v4.2.0 with: # `build-frontend = "build[uv]"` (pyproject.toml) requires uv to be # available on the runner for Windows and macOS. Installing