Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 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.18.0 to 2.18.1
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.18.0...v2.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and maxbachmann committed May 28, 2024
1 parent e298398 commit c459f9a
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/[email protected].0
uses: pypa/[email protected].1
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/[email protected].0
uses: pypa/[email protected].1
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/[email protected].0
uses: pypa/[email protected].1
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
Expand Down

0 comments on commit c459f9a

Please sign in to comment.