We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b7736 commit 42bbbf5Copy full SHA for 42bbbf5
.github/workflows/publish.yml
@@ -27,5 +27,5 @@ jobs:
27
run: uv run --isolated --no-project --with dist/*.whl tests/test_smoke.py
28
- name: Smoke test (source distribution)
29
run: uv run --isolated --no-project --with dist/*.tar.gz tests/test_smoke.py
30
- # - name: Publish
31
- # run: uv publish
+ - name: Publish
+ run: uv publish
0 commit comments