Modify name of entry to testpypi

This commit is contained in:
WeberJulian 2022-06-30 11:18:34 +02:00
parent 433d8bf84d
commit 99f6b9c920
1 changed files with 3 additions and 3 deletions

View File

@ -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: