From 99f6b9c920c6a44e9346b3b969991ea8c514a216 Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Thu, 30 Jun 2022 11:18:34 +0200 Subject: [PATCH] Modify name of entry to testpypi --- .github/workflows/pypi-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index b5a915c8..bfa17bab 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -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: