We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886d0e5 commit 2327050Copy full SHA for 2327050
1 file changed
.github/workflows/pypi-publish.yml
@@ -33,6 +33,6 @@ jobs:
33
uses: pypa/gh-action-pypi-publish@v1.5.0
34
with:
35
user: __token__
36
- password: ${{ secrets.PYPI_TOKEN $}}
+ password: ${{ secrets.PYPI_TOKEN }}
37
38
0 commit comments