We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f618a3 commit 678dc3dCopy full SHA for 678dc3d
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
run: uv build
26
27
- name: Test wheel
28
- run: uv run --isolated --with *.whl python -c "import psm_utils; print('Successfully imported built package.')"
+ run: uv run --isolated --with dist/*.whl python -c "import psm_utils; print('Successfully imported built package.')"
29
30
- name: Publish to PyPI
31
run: uv publish
0 commit comments