We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f84e6e4 + a65568b commit 6df1146Copy full SHA for 6df1146
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@c7f29f7adef1a245bd91520e94867e5c6eedddcc
+ uses: pypa/gh-action-pypi-publish@22b4d1f12511f2696162c08546dafbaa903448a2
106
with:
107
user: __token__
108
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments