Bump the github-actions group with 2 updates

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.18.1 to 2.19.1
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.18.1...v2.19.1)

Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.9.0
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-17 00:28:49 +00:00 committed by Max Bachmann
parent 9359be25a5
commit ecb1370416
1 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
@ -122,7 +122,7 @@ jobs:
run: cp dist/*.tar.gz rapidfuzz.tar.gz
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
@ -181,7 +181,7 @@ jobs:
name: Set up QEMU
- name: Build wheel
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
with:
package-dir: rapidfuzz.tar.gz
output-dir: wheelhouse
@ -207,4 +207,4 @@ jobs:
pattern: artifact-*
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@v1.8.14
- uses: pypa/gh-action-pypi-publish@v1.9.0