Skip to content

Commit 6df1146

Browse files
author
Lukas Pühringer
authored
Merge pull request #2330 from theupdateframework/dependabot/github_actions/pypa/gh-action-pypi-publish-1.7.1
build(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1
2 parents f84e6e4 + a65568b commit 6df1146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@c7f29f7adef1a245bd91520e94867e5c6eedddcc
105+
uses: pypa/gh-action-pypi-publish@22b4d1f12511f2696162c08546dafbaa903448a2
106106
with:
107107
user: __token__
108108
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)