We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dbf68 commit 0cb5896Copy full SHA for 0cb5896
1 file changed
.github/workflows/publish.yml
@@ -45,5 +45,5 @@ jobs:
45
- name: Publish to PyPI
46
env:
47
TWINE_USERNAME: __token__
48
- TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.PYPI }}
49
run: twine upload dist/*
0 commit comments