diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 649e8ea..0d1f24a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: key: vcpkg-${{ matrix.arch }}-${{ hashFiles('packages/python/pyproject.toml') }} - name: Build wheels - uses: pypa/cibuildwheel@v3.3 + uses: pypa/cibuildwheel@v3.4 with: package-dir: packages/python env: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 030dfc1..20941cc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -66,7 +66,7 @@ jobs: key: vcpkg-${{ matrix.arch }}-${{ hashFiles('packages/python/pyproject.toml') }} - name: Build wheels - uses: pypa/cibuildwheel@v3.3 + uses: pypa/cibuildwheel@v3.4 with: package-dir: packages/python env: