From 386d6562c414d392ac883e616253350517ff1532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:13:36 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.17.0 to 2.19.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.19.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17.0...v2.19.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_upload.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_upload.yaml b/.github/workflows/build_and_upload.yaml index fb25e8466..224520a68 100644 --- a/.github/workflows/build_and_upload.yaml +++ b/.github/workflows/build_and_upload.yaml @@ -168,7 +168,7 @@ jobs: with: install: true - name: Build wheels on ${{matrix.arch}} - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.19.0 env: CIBW_BUILD: ${{matrix.CIBW_BUILD}} CIBW_ENVIRONMENT: "" @@ -217,7 +217,7 @@ jobs: set -eux brew install eigen nlohmann-json - name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}} - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.19.0 env: CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }} CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }} @@ -275,7 +275,7 @@ jobs: vcpkg --triplet x64-windows install nlohmann-json vcpkg integrate install - name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}} - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.19.0 env: CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }} CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }}