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: |
|
run: |
|
||||||
cat << EOF > ~/.pypirc
|
cat << EOF > ~/.pypirc
|
||||||
[pypi]
|
[pypi]
|
||||||
username=julian78w
|
username = __token__
|
||||||
password=${{ secrets.TEST_PYPI_TOKEN }}
|
password = ${{ secrets.TEST_PYPI_TOKEN }}
|
||||||
EOF
|
EOF
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue