From 13a12ea3800dc44a03e61f78e86f278b0fb5f2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:37:16 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e57e7b..3c181dd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -214,7 +214,7 @@ jobs: # if: ${{ startsWith(github.ref, 'refs/tags/') }} # run: uv publish 'wheels-*/*' - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: # 同样使用通配符,确保抓取所有子文件夹里的 whl 和 sdist