diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1d505037..66239df4 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -346,7 +346,7 @@ jobs: path: C:\vcpkg\installed key: ${{ matrix.os }}-${{ env.cache-name }}-a - - uses: pypa/cibuildwheel@v4.1.1 + - uses: pypa/cibuildwheel@v4.2.0 if: startsWith(matrix.os, 'ubuntu-') env: CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }} @@ -400,7 +400,7 @@ jobs: output-dir: wheelhouse config-file: "{package}/pyproject.toml" - - uses: pypa/cibuildwheel@v4.1.1 + - uses: pypa/cibuildwheel@v4.2.0 if: startsWith(matrix.os, 'macos-') env: CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}