We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c069513 commit a2ecb52Copy full SHA for a2ecb52
.github/workflows/deploy.yml
@@ -23,5 +23,5 @@ jobs:
23
uses: pypa/[email protected]
24
with:
25
user: __token__
26
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
27
0 commit comments