Skip to content

Commit cdf3b6e

Browse files
committed
🔨 将 PyPI 发布步骤从 GitHub Action 更改为直接使用 uv publish
1 parent 78358ac commit cdf3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uv build
3333

3434
- name: Publish package to PyPI
35-
uses: pypa/gh-action-pypi-publish@release/v1
35+
run: uv publish
3636

3737
- name: Publish package to GitHub
3838
run: |

0 commit comments

Comments
 (0)