Skip to content

Commit 015757a

Browse files
committed
add __token__ username
1 parent 7236e19 commit 015757a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Upload distributions to PyPI
6060
uses: pypa/gh-action-pypi-publish@release/v1
6161
with:
62+
user: __token__
6263
password: ${{ secrets.PYPI_TOKEN }}
6364
skip-existing: true
6465
# Why did PyPI enable this experimental feature by default?

0 commit comments

Comments
 (0)