From b66db61e4a01617a316608c40c07a7b1f61e4455 Mon Sep 17 00:00:00 2001 From: scdhh Date: Fri, 11 Oct 2024 12:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E4=BF=AE=E5=A4=8D=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 29343be..aec04f8 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -36,7 +36,7 @@ jobs: - name: Publish Package to PyPI run: | uv build - uv publish + uv publish --trusted-publishing always - name: Publish Package to GitHub Release run: gh release create ${{ steps.version.outputs.TAG_NAME }} dist/*.tar.gz dist/*.whl -t "🔖 ${{ steps.version.outputs.TAG_NAME }}" --generate-notes