We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 839473c + 21d87de commit 73dae65Copy full SHA for 73dae65
1 file changed
.github/workflows/cd.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Publish binary wheel and source tarball on PyPI
103
# Only attempt pypi upload in upstream repository
104
if: github.repository == 'theupdateframework/python-tuf'
105
- uses: pypa/gh-action-pypi-publish@22b4d1f12511f2696162c08546dafbaa903448a2
+ uses: pypa/gh-action-pypi-publish@a3a3bafbb3e5a75a854ae1bc53ae128cf22c4af4
106
with:
107
user: __token__
108
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments