From 760928c666a62ede8af83ccd34fc5ba8d7faadbf Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 14 Jan 2021 22:28:27 +0000 Subject: set pypi token (test pypi) --- .github/workflows/python-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index 9539965..5c97835 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -70,5 +70,5 @@ jobs: - uses: pypa/gh-action-pypi-publish@master with: user: __token__ - password: ${{ secrets.pypi_password }} + password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ ## temporary -- cgit v1.2.3