Skip to content

Commit 2759023

Browse files
committed
changed username to __token__
1 parent 8a63aee commit 2759023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Publish package
2626
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
2727
with:
28-
user: ${{ secrets.PYPI_USERNAME }}
28+
user: __token__
2929
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)