From c169819fcc9084921a22ac5f1ca1c6fd330a1ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 05:02:48 +0000 Subject: [PATCH] chore: bump pypa/cibuildwheel from 1.12.0 to 2.0.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.12.0 to 2.0.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.12.0...v2.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-major ... 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 57b3740..449dd59 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: pypa/cibuildwheel@v1.12.0 + - uses: pypa/cibuildwheel@v2.0.0 env: # Python 2.7 on Windows requires a workaround for C++11 support, # built separately below @@ -74,7 +74,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - name: Build 64-bit wheel - uses: pypa/cibuildwheel@v1.12.0 + uses: pypa/cibuildwheel@v2.0.0 env: CIBW_BUILD: cp27-win_amd64 DISTUTILS_USE_SDK: 1 @@ -85,7 +85,7 @@ jobs: arch: x86 - name: Build 32-bit wheel - uses: pypa/cibuildwheel@v1.12.0 + uses: pypa/cibuildwheel@v2.0.0 env: CIBW_BUILD: cp27-win32 DISTUTILS_USE_SDK: 1