Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tkittel committed Sep 19, 2024
1 parent e2a8b8a commit c2baa60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
python-version: "3.11"

- name: Build wheel
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.21.0
with:
only: ${{ matrix.identifier }}
env:
Expand All @@ -124,7 +124,7 @@ jobs:
CIBW_MANYLINUX_I686_IMAGE: manylinux2014 # Default value, indicated for clarity

- name: Build wheel for manylinux_x86_64 with manylinux_2_28
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.21.0
with:
only: ${{ matrix.identifier }}
if: contains(matrix.identifier, 'manylinux_x86_64')
Expand Down

0 comments on commit c2baa60

Please sign in to comment.