Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `pypa/cibuildwheel` from 2.21.1 to 2.21.2
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21.1...v2.21.2)

Updates `pypa/gh-action-pypi-publish` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: pypa/gh-action-pypi-publish
  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 Oct 7, 2024
1 parent cbfcedb commit 0b14d45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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].1
uses: pypa/[email protected].2
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].1
uses: pypa/[email protected].2
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
name: Set up QEMU

- name: Build wheel
uses: pypa/[email protected].1
uses: pypa/[email protected].2
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
Expand All @@ -203,4 +203,4 @@ jobs:
pattern: artifact-*
merge-multiple: true

- uses: pypa/[email protected].2
- uses: pypa/[email protected].3

0 comments on commit 0b14d45

Please sign in to comment.