Skip to content

Commit 678dc3d

Browse files
committed
Fix workflow
1 parent 5f618a3 commit 678dc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: uv build
2626

2727
- name: Test wheel
28-
run: uv run --isolated --with *.whl python -c "import psm_utils; print('Successfully imported built package.')"
28+
run: uv run --isolated --with dist/*.whl python -c "import psm_utils; print('Successfully imported built package.')"
2929

3030
- name: Publish to PyPI
3131
run: uv publish

0 commit comments

Comments
 (0)