From d4815ee2387917feef78b91cec96c7ad13b94b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 19:03:48 +0000 Subject: [PATCH] chore(deps): bump pypa/cibuildwheel from 1.11.1 to 1.12.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.11.1 to 1.12.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/v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- .github/workflows/wheels.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a55f50704..341ce2712 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,7 +90,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v1.11.1 + - uses: pypa/cibuildwheel@v1.12.0 env: CIBW_BUILD: cp38-win_amd64 cp36-manylinux_i686 cp37-macosx_x86_64 CIBW_TEST_EXTRAS: test diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9f063a3d5..2f879a237 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -61,7 +61,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@v1.11.1 + - uses: pypa/cibuildwheel@v1.12.0 env: CIBW_BUILD: cp${{ matrix.python }}-* CIBW_ARCHS: ${{ matrix.arch }} @@ -113,7 +113,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v1.11.1 + - uses: pypa/cibuildwheel@v1.12.0 env: CIBW_BUILD: ${{ matrix.build }} CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}