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.
1 parent 34fba64 commit e1155a8Copy full SHA for e1155a8
.github/workflows/publish-to-pypi.yml
@@ -37,4 +37,5 @@ jobs:
37
if: startsWith(github.ref, 'refs/tags')
38
uses: pypa/gh-action-pypi-publish@release/v1
39
with:
40
+ user: __token__
41
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments