From 2917e2a50f22a5148136f22befb1eb16cdeefc79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 07:36:43 +0000 Subject: [PATCH] Bump joerick/cibuildwheel from 1.11.0 to 1.11.1 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 1.11.0 to 1.11.1. - [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/v1.11.0...v1.11.1) Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2cee0067..82e57b3b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -35,7 +35,7 @@ jobs: with: submodules: recursive - - uses: joerick/cibuildwheel@v1.11.0 + - uses: joerick/cibuildwheel@v1.11.1 env: CIBW_SKIP: cp27* CIBW_TEST_EXTRAS: test @@ -61,7 +61,7 @@ jobs: with: arch: x86 - - uses: joerick/cibuildwheel@v1.11.0 + - uses: joerick/cibuildwheel@v1.11.1 env: CIBW_BUILD: cp3*-win32 CIBW_TEST_EXTRAS: test @@ -71,7 +71,7 @@ jobs: with: arch: x64 - - uses: joerick/cibuildwheel@v1.11.0 + - uses: joerick/cibuildwheel@v1.11.1 env: CIBW_BUILD: cp3*-win_amd64 CIBW_TEST_EXTRAS: test