We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45271ef + 7f1ddeb commit 9f2eb86Copy full SHA for 9f2eb86
1 file changed
.github/workflows/cd.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Publish binary wheel and source tarball on PyPI
85
# Only attempt pypi upload in upstream repository
86
if: github.repository == 'theupdateframework/python-tuf'
87
- uses: pypa/gh-action-pypi-publish@5d1679fa6b895587c6eb10c3fe82205b440a580e
+ uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
88
with:
89
user: __token__
90
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments