mirror of https://github.com/coqui-ai/TTS.git
Add back __token__ as username
This commit is contained in:
parent
dcb8826800
commit
433d8bf84d
|
@ -84,8 +84,8 @@ jobs:
|
|||
run: |
|
||||
cat << EOF > ~/.pypirc
|
||||
[pypi]
|
||||
username=julian78w
|
||||
password=${{ secrets.TEST_PYPI_TOKEN }}
|
||||
username = __token__
|
||||
password = ${{ secrets.TEST_PYPI_TOKEN }}
|
||||
EOF
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue