Skip to content

Commit

Permalink
sys: Need to supply PyPi API key as password
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Mar 31, 2024
1 parent 4cc2848 commit 2e280d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
python -m build mkdocs
- name: Upload
run: >-
twine upload mkdocs/dist/* -i ${{ secrets.PYPI_API_TOKEN }}
twine upload mkdocs/dist/* -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 2e280d6

Please sign in to comment.