From dd4ca077ed96718d4d4857cd07a280d64afb65c3 Mon Sep 17 00:00:00 2001 From: SZN Date: Wed, 10 Apr 2024 21:54:36 +0200 Subject: [PATCH] TEST_PYPI_API_TOKEN -> PYPI_API_TOKEN --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 7846ae7..f0482e6 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -49,4 +49,4 @@ jobs: if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file