From faf52dd84c323aaa3288b7615ae734ab101b9f69 Mon Sep 17 00:00:00 2001 From: HansBug Date: Fri, 14 Apr 2023 18:42:18 +0800 Subject: [PATCH] dev(hansbug): rename used secrets --- .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 bff9e5182..0832b0dbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: - name: Publish distribution 📦 to real PyPI uses: pypa/gh-action-pypi-publish@master with: - password: ${{ secrets.PYPI_PASSWORD }} + password: ${{ secrets.PYPI_API_TOKEN }} verbose: true skip_existing: true packages_dir: dist/