From 6715673a68c2486c4d052868c83f3031c3799222 Mon Sep 17 00:00:00 2001 From: Ravin Kohli Date: Tue, 23 Nov 2021 15:08:48 +0100 Subject: [PATCH] Add user: __token__ --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90838438e..e84f7b056 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: uses: pypa/gh-action-pypi-publish@master with: skip_existing: true + user: __token__ password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ @@ -46,4 +47,5 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: + user: __token__ password: ${{ secrets.PYPI_TOKEN }}