From ef1eba83fe9d9d11e61e9b63b094164d2a40cd15 Mon Sep 17 00:00:00 2001 From: mawenbo <85687446+mawenbo-huawei@users.noreply.github.com> Date: Thu, 23 May 2024 19:34:05 +0800 Subject: [PATCH] Update test-pypi-publish.yml --- .github/workflows/test-pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pypi-publish.yml b/.github/workflows/test-pypi-publish.yml index e5976fce4..7a08a095e 100644 --- a/.github/workflows/test-pypi-publish.yml +++ b/.github/workflows/test-pypi-publish.yml @@ -29,4 +29,4 @@ jobs: cd "${GITHUB_WORKSPACE}" || exit 1 twine upload --repository testpypi ./*.whl --skip-existing --verbose env: - PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} + PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}