Skip to content

Commit ee61186

Browse files
committed
fix wheel installation
1 parent c5131fe commit ee61186

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-wheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
name: wheel
4545
path: dist
4646

47-
- name: Install wheel
48-
run: uv pip install dist/*.whl
47+
- name: Install wheel as tool
48+
run: uv tool install --from dist/*.whl "{{ project_name }}"
4949

5050
- name: Check CLI help
51-
run: uv run uploader --help
51+
run: 'uploader --help'

0 commit comments

Comments
 (0)