From 6659451611d43cdef296951b96be3ea6f8f0d0bf Mon Sep 17 00:00:00 2001 From: Farrandi Hernando Date: Tue, 30 Jan 2024 14:28:44 -0800 Subject: [PATCH] Update ci-cd.yml - Update the name to match the token saved in this repository secret --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e7ba0aa..0304818 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -75,7 +75,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} + password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ - name: Test install from TestPyPI @@ -89,4 +89,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_TOKEN }}