We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7cf55 commit d3b183dCopy full SHA for d3b183d
.github/workflows/pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: windows-latest
33
env:
34
TWINE_USERNAME: __token__
35
- TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
36
steps:
37
- uses: actions/checkout@v2
38
- name: Set up Python
0 commit comments