Skip to content

Commit 13a12ea

Browse files
chore(deps): update softprops/action-gh-release action to v3
1 parent 2952ca3 commit 13a12ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
215215
# run: uv publish 'wheels-*/*'
216216
- name: Create GitHub Release
217-
uses: softprops/action-gh-release@v2
217+
uses: softprops/action-gh-release@v3
218218
if: startsWith(github.ref, 'refs/tags/')
219219
with:
220220
# 同样使用通配符,确保抓取所有子文件夹里的 whl 和 sdist

0 commit comments

Comments
 (0)