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