Skip to content

Commit 8268936

Browse files
committed
fix: 修复 CI/CD twine 安装问题
1 parent 79a2443 commit 8268936

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,11 @@ jobs:
7070
- name: Build package
7171
run: uv build
7272

73+
- name: Install twine
74+
run: uv pip install twine
75+
7376
- name: Check distribution
74-
run: uv run twine check --strict dist/*
77+
run: twine check --strict dist/*
7578

7679
- name: Upload Artifacts
7780
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)