Skip to content

Commit 05e3e58

Browse files
authored
Merge pull request #86 from cachevector/fix/ci-build-check
fix(ci): use uvx for twine check
2 parents 37d0935 + 6831fe3 commit 05e3e58

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
6363
run: uv build
6464

6565
- name: Check build artifacts
66-
run: |
67-
uv pip install twine
68-
uv run twine check dist/*
66+
run: uvx twine check dist/*
6967

7068
web-check:
7169
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)