From f75ca5b5709153f43f809220e40389515696bbbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 12:06:53 +0200 Subject: [PATCH] Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#199) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.12.3. - [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.12.1...v2.12.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e36c02e5..6dc1d410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: brew install make gcc automake swig gmp mpfr boost export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" - - uses: pypa/cibuildwheel@v2.12.1 + - uses: pypa/cibuildwheel@v2.12.3 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-* diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ce8e269b..24add189 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -64,7 +64,7 @@ jobs: brew install make gcc automake swig gmp mpfr boost export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" - - uses: pypa/cibuildwheel@v2.12.1 + - uses: pypa/cibuildwheel@v2.12.3 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-*