Skip to content

Commit bfd04e9

Browse files
Switching pypi to an API key
1 parent 8a2d3a5 commit bfd04e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Publish
1616
run: |
1717
python3 -m pip install --upgrade twine
18-
python3 -m twine upload dist/* -u uid2 -p "${{ secrets.PYPI_PASSWORD }}"
18+
python3 -m twine upload dist/* -u __token__ -p "${{ secrets.PYPI_API_KEY }}"
1919

0 commit comments

Comments
 (0)