Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 1.12.0 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.12.0 to 2.10.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v1.12.0...v2.10.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2022
1 parent a5f8a30 commit 26f1b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
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.1
if: matrix.python-build != 'cp27*'
with:
output-dir: wheelhouse
Expand Down

0 comments on commit 26f1b03

Please sign in to comment.