From 7915949a482abf74f99a8f82923dc8a51e16c999 Mon Sep 17 00:00:00 2001 From: Catarina Alves Date: Thu, 16 Sep 2021 10:07:02 +0100 Subject: [PATCH] Temporarily update the secret name in the workflow --- .github/workflows/pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 5cbd8d80..45f25d22 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -20,7 +20,7 @@ jobs: - name: Build and publish env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} + TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }} run: | python setup.py sdist bdist_wheel twine upload --repository testpypi dist/*