We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 727a085 + f98f94b commit cc6a4efCopy full SHA for cc6a4ef
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@a3a3bafbb3e5a75a854ae1bc53ae128cf22c4af4
+ uses: pypa/gh-action-pypi-publish@48b317d84d5f59668bb13be49d1697e36b3ad009
106
with:
107
user: __token__
108
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments