From d0c33e9b8863b7431d10f10c8e4c6c30cd67b2a1 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Fri, 16 Feb 2024 13:08:44 +0900 Subject: [PATCH] fix: fix secret name Signed-off-by: hlts2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd3e8d2..4865cef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,4 +99,4 @@ jobs: uses: pypa/gh-action-pypi-publish@master with: user: ${{ secrets.PIP_USERNAME }} - password: ${{ secrets.PIP_PASSWORD }} + password: ${{ secrets.PIP_TOKEN }}