We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6132be0 + b52c7db commit 16ffdb0Copy full SHA for 16ffdb0
.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@48b317d84d5f59668bb13be49d1697e36b3ad009
+ uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
106
with:
107
user: __token__
108
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments