From 49a3c26fa991c7971c9f9438301904ee53aacccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 19:00:52 +0000 Subject: [PATCH] Bump joerick/cibuildwheel from 2.2.2 to 2.12.0 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.2.2 to 2.12.0. - [Release notes](https://github.com/joerick/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/joerick/cibuildwheel/compare/v2.2.2...v2.12.0) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13eaf558..81e0f497 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: # alias gcc=gcc-10 # alias gfortran=gfortran-10 - - uses: joerick/cibuildwheel@v2.2.2 + - uses: joerick/cibuildwheel@v2.12.0 env: CIBW_ARCHS_MACOS: auto64 CIBW_ARCHS: ${{ matrix.arch }} @@ -96,7 +96,7 @@ jobs: with: fetch-depth: 0 - - uses: joerick/cibuildwheel@v2.2.2 + - uses: joerick/cibuildwheel@v2.12.0 env: CIBW_SKIP: pp* cp27-win*