From 0017b31573c1f3853ac9a93017561d914386408e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E7=90=86?= Date: Sun, 11 Aug 2024 15:21:06 +0800 Subject: [PATCH] Update pypiPublish.yml --- .github/workflows/pypiPublish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypiPublish.yml b/.github/workflows/pypiPublish.yml index 4bfaf1d0..0f94150b 100644 --- a/.github/workflows/pypiPublish.yml +++ b/.github/workflows/pypiPublish.yml @@ -9,8 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Deploy Pypi - uses: remorses/pypi@v3 + uses: pypa/gh-action-pypi-publish@v1.9.0 with: - setup_file: ./setup.py - username: ${{ secrets.OWNERPYPIUSERNAME }} - password: ${{ secrets.OWNERPYPIPASSWORD }} + # PyPI user + user: ${{ secrets.OWNERPYPITOKEN }} + print-hash: true