Skip to content

Commit 16ffdb0

Browse files
authored
Merge pull request #2350 from theupdateframework/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.5
build(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5
2 parents 6132be0 + b52c7db commit 16ffdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Publish binary wheel and source tarball on PyPI
103103
# Only attempt pypi upload in upstream repository
104104
if: github.repository == 'theupdateframework/python-tuf'
105-
uses: pypa/gh-action-pypi-publish@48b317d84d5f59668bb13be49d1697e36b3ad009
105+
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
106106
with:
107107
user: __token__
108108
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)