We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eb9e63 + 63c384d commit 8c0dc4eCopy full SHA for 8c0dc4e
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@37f50c210e3d2f9450da2cd423303d6a14a6e29f
+ uses: pypa/gh-action-pypi-publish@5d1679fa6b895587c6eb10c3fe82205b440a580e
88
with:
89
user: __token__
90
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments