From 8008fe9671daa116e588021958b768ba82068377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:20:17 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15.0 to 2.16.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.15.0...v2.16.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 ba8999b83..67d6dfa04 100644 --- a/.github/workflows/build_and_upload.yaml +++ b/.github/workflows/build_and_upload.yaml @@ -241,7 +241,7 @@ jobs: with: install: true - name: Build wheels on ${{matrix.arch}} - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BUILD: ${{matrix.CIBW_BUILD}} CIBW_ENVIRONMENT: "" @@ -299,7 +299,7 @@ jobs: set -eux brew install eigen nlohmann-json - name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}} - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }} CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }} @@ -356,7 +356,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.15.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }} CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }}