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
|
- name: Setup PyPI config
|
||||||
run: |
|
run: |
|
||||||
cat << EOF > ~/.pypirc
|
cat << EOF > ~/.pypirc
|
||||||
[pypi]
|
[testpypi]
|
||||||
username = __token__
|
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