Skip to content

Commit 4bff46a

Browse files
committed
fix pypi user
1 parent 31fa13b commit 4bff46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_tag_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Publish package
3333
uses: pypa/gh-action-pypi-publish@release/v1
3434
with:
35-
user: github-user
35+
user: __token__
3636
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)