Skip to content

Commit

Permalink
Build(deps): Bump the actions group with 2 updates (#1652)
Browse files Browse the repository at this point in the history
Bumps the 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.0 to 2.21.1
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21.0...v2.21.1)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 1fd77cd commit 5ff4e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git fetch --prune --unshallow
- name: Build wheels for CPython
uses: pypa/[email protected].0
uses: pypa/[email protected].1
with:
output-dir: dist
env:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
merge-multiple: true

- name: Publish to PyPI
uses: pypa/[email protected].1
uses: pypa/[email protected].2
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 5ff4e02

Please sign in to comment.