From 0da383affa1a55c2882d1f4644b3e2c246a93395 Mon Sep 17 00:00:00 2001 From: Jiacheng Huang Date: Fri, 27 Mar 2026 10:14:01 +0800 Subject: [PATCH] Fix artifact upload in `publish-to-pypi.yml` --- .github/workflows/publish-to-pypi.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 4ad318b..1b876cc 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -83,10 +83,4 @@ jobs: "$GITHUB_REF_NAME" --repo "$GITHUB_REPOSITORY" --notes "" - - name: Upload artifact signatures to GitHub Release - env: - GITHUB_TOKEN: ${{ github.token }} - run: >- - gh release upload - "$GITHUB_REF_NAME" dist/** - --repo "$GITHUB_REPOSITORY" + dist/**