From 00b11efacbdbf39669763d93e06ec9e3a169eb21 Mon Sep 17 00:00:00 2001 From: Ulu Kagan Boelek Date: Wed, 28 Aug 2024 14:18:42 +0200 Subject: [PATCH] api token test added --- .github/workflows/publish_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 3a66781..427d281 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -110,4 +110,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.TEST_PYPI_API_TOKEN }} \ No newline at end of file