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 51c3339 commit 25b78a9Copy full SHA for 25b78a9
.github/workflows/build.yml
@@ -35,5 +35,4 @@ jobs:
35
if: github.event_name == 'release' && github.event.action == 'published'
36
uses: pypa/gh-action-pypi-publish@release/v1
37
with:
38
- user: __token__
39
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments