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 6715673 commit 28bc064Copy full SHA for 28bc064
.github/workflows/release.yml
@@ -48,4 +48,4 @@ jobs:
48
uses: pypa/gh-action-pypi-publish@master
49
with:
50
user: __token__
51
- password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_TOKEN_NO_NEWLINE }}
0 commit comments