From c80fe9df683d822d47442f8cede55e36fa6d8602 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Fri, 3 Sep 2021 18:29:29 -0400 Subject: [PATCH] Use TEST_PYPI_API_TOKEN for test pypi publishing (#13) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1fb2f19..2418c3b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: - name: Publish distribution 📦 to Test PyPI uses: pypa/gh-action-pypi-publish@master with: - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI