mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-02-25 04:31:08 +01:00
Add test pypi upload
This commit is contained in:
14
.github/workflows/pypi-release.yml
vendored
14
.github/workflows/pypi-release.yml
vendored
@@ -80,3 +80,17 @@ jobs:
|
||||
path: "dist/"
|
||||
- run: |
|
||||
ls -lh dist/
|
||||
- name: Setup PyPI config
|
||||
run: |
|
||||
cat << EOF > ~/.pypirc
|
||||
[pypi]
|
||||
username=__token__
|
||||
password=${{ secrets.TEST_PYPI_TOKEN }}
|
||||
EOF
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
- run: |
|
||||
python -m pip install twine
|
||||
- run: |
|
||||
twine upload --repository testpypi dist/*
|
||||
|
||||
Reference in New Issue
Block a user