From 38bf6e48445b4f10bac3b8d6e439c64e8baa3454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Sun, 11 Aug 2024 15:32:02 +0800 Subject: [PATCH] Update pypiPublish.yml --- .github/workflows/pypiPublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypiPublish.yml b/.github/workflows/pypiPublish.yml index 4bfaf1d0..5cd24307 100644 --- a/.github/workflows/pypiPublish.yml +++ b/.github/workflows/pypiPublish.yml @@ -12,5 +12,5 @@ jobs: uses: remorses/pypi@v3 with: setup_file: ./setup.py - username: ${{ secrets.OWNERPYPIUSERNAME }} - password: ${{ secrets.OWNERPYPIPASSWORD }} + username: __token__ + password: ${{ secrets.OWNERPYPITOKEN }}