We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4faf9ad commit 9ea53beCopy full SHA for 9ea53be
1 file changed
.github/workflows/publish.yml
@@ -24,5 +24,5 @@ jobs:
24
- name: Publish to PyPI
25
env:
26
TWINE_USERNAME: __token__
27
- TWINE_PASSWORD: ${{ secrets.PYPI_NEW }}
+ TWINE_PASSWORD: ${{ secrets.PYPI }}
28
run: python -m twine upload --verbose dist/*
0 commit comments