Skip to content

Commit

Permalink
build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (r…
Browse files Browse the repository at this point in the history
…epository-service-tuf#464)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@b7f401d...2f6f737)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 7a44768 commit b82b8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
name: testpypi
url: https://pypi.org/p/repository-service-tuf
if: github.repository == 'repository-service-tuf/repository-service-tuf-cli'
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
with:
repository-url: https://test.pypi.org/legacy/

Expand All @@ -101,4 +101,4 @@ jobs:
url: https://pypi.org/p/repository-service-tuf
# Only attempt PyPI upload in upstream repository
if: github.repository == 'repository-service-tuf/repository-service-tuf-cli'
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf

0 comments on commit b82b8e5

Please sign in to comment.