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.
2 parents 8a2d3a5 + bfd04e9 commit e285dd3Copy full SHA for e285dd3
.github/workflows/publish.yaml
@@ -15,5 +15,5 @@ jobs:
15
- name: Publish
16
run: |
17
python3 -m pip install --upgrade twine
18
- python3 -m twine upload dist/* -u uid2 -p "${{ secrets.PYPI_PASSWORD }}"
+ python3 -m twine upload dist/* -u __token__ -p "${{ secrets.PYPI_API_KEY }}"
19
0 commit comments