From d8c282088af4dac3c3dbbc83f56fa96803007106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 06:08:07 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 1.12.0 to 2.11.3 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.12.0 to 2.11.3. - [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.11.3) --- 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..5afa5da0f9 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.11.3 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.11.3 if: matrix.python-build != 'cp27*' with: output-dir: wheelhouse