From 6f7a91e3f2339c622ce2282083a654d886bb7b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 06:05:25 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 1.12.0 to 2.12.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.12.0 to 2.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.12.0...v2.12.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index bf556c40a8..7fc1879e75 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -156,14 +156,14 @@ jobs: - name: Build wheels (Python 2.7) if: matrix.python-build == 'cp27*' # cibuildwheel 1.12.0 is the last release that supported Python 2.7. - uses: pypa/cibuildwheel@v1.12.0 + uses: pypa/cibuildwheel@v2.12.0 with: output-dir: wheelhouse env: CIBW_BUILD: ${{ matrix.python-build }} - name: Build wheels (Python 3) - uses: pypa/cibuildwheel@v2.3.1 + uses: pypa/cibuildwheel@v2.12.0 if: matrix.python-build != 'cp27*' with: output-dir: wheelhouse