Skip to content

Commit 6715673

Browse files
committed
Add user: __token__
1 parent b091015 commit 6715673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ jobs:
3939
uses: pypa/gh-action-pypi-publish@master
4040
with:
4141
skip_existing: true
42+
user: __token__
4243
password: ${{ secrets.TEST_PYPI_TOKEN }}
4344
repository_url: https://test.pypi.org/legacy/
4445

4546
- name: Publish distribution 📦 to PyPI
4647
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4748
uses: pypa/gh-action-pypi-publish@master
4849
with:
50+
user: __token__
4951
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)