Skip to content

Commit 79d321d

Browse files
committed
fix(publish.yml): update TWINE_USERNAME to use PyPI token authentication
This change replaces the generic __token__ username with the specific pimoussTO username for PyPI authentication, ensuring correct credentials are used during package publishing.
1 parent 48bbceb commit 79d321d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Publish to PyPI
4444
env:
45-
TWINE_USERNAME: __token__
45+
TWINE_USERNAME: pimoussTO
4646
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
4747
run: |
4848
twine upload dist/*

0 commit comments

Comments
 (0)