Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).


Updates `pypa/cibuildwheel` from 2.19.2 to 2.20.0
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.19.2...v2.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent d2caa92 commit 24e3d62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.0
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: cp dist/*.tar.gz rapidfuzz.tar.gz

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.0
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
name: Set up QEMU

- name: Build wheel
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.0
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
Expand Down

0 comments on commit 24e3d62

Please sign in to comment.