We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7236e19 commit 015757aCopy full SHA for 015757a
.github/workflows/release.yaml
@@ -59,6 +59,7 @@ jobs:
59
- name: Upload distributions to PyPI
60
uses: pypa/gh-action-pypi-publish@release/v1
61
with:
62
+ user: __token__
63
password: ${{ secrets.PYPI_TOKEN }}
64
skip-existing: true
65
# Why did PyPI enable this experimental feature by default?
0 commit comments