From fffd25c94e9fbc21cd4bbd1831975d9742597350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 01:55:09 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 1.12.0 to 2.10.2 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.12.0 to 2.10.2. - [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.10.2) --- 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 48a54d1bf3..6298c078b9 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -182,14 +182,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.10.2 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.10.2 if: matrix.python-build != 'cp27*' with: output-dir: wheelhouse