mirror of https://github.com/coqui-ai/TTS.git
Modify name of entry to testpypi
This commit is contained in:
parent
433d8bf84d
commit
99f6b9c920
|
@ -83,9 +83,9 @@ jobs:
|
|||
- name: Setup PyPI config
|
||||
run: |
|
||||
cat << EOF > ~/.pypirc
|
||||
[pypi]
|
||||
username = __token__
|
||||
password = ${{ secrets.TEST_PYPI_TOKEN }}
|
||||
[testpypi]
|
||||
username=__token__
|
||||
password=${{ secrets.TEST_PYPI_TOKEN }}
|
||||
EOF
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue