Skip to content

Commit a296ddc

Browse files
committed
🔧 Fix CI/CD build command
- Change uvx build to uv build in GitHub Actions - Remove unnecessary uv tool install build - Keep uvx twine check for package validation
1 parent fa6d4c0 commit a296ddc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ jobs:
6060

6161
- name: Install build dependencies
6262
run: |
63-
uv tool install build
6463
uv tool install twine
6564
6665
- name: Build package
6766
run: |
68-
uvx build
67+
uv build
6968
7069
- name: Check package
7170
run: |

0 commit comments

Comments
 (0)