Skip to content

Commit

Permalink
build(deps): bump pypa/gh-action-pypi-publish in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


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/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 68d6617 commit 35bee72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:

- name: publish
if: ${{ !inputs.dry-run }}
uses: pypa/[email protected].1
uses: pypa/[email protected].2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
merge-multiple: true

- name: publish
uses: pypa/[email protected].1
uses: pypa/[email protected].2

- name: sign
uses: sigstore/[email protected]
Expand Down

0 comments on commit 35bee72

Please sign in to comment.