1 parent 29fe9df commit 82a3976Copy full SHA for 82a3976
1 file changed
.github/workflows/release.yml
@@ -54,10 +54,10 @@ jobs:
54
run: uv build
55
56
- name: Smoke test (wheel)
57
- run: uv run --isolated --no-project --with "dist/*.whl" tests/smoke_test.py
+ run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
58
59
- name: Smoke test (sdist)
60
- run: uv run --isolated --no-project --with "dist/*.tar.gz" tests/smoke_test.py
+ run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
61
62
- name: Publish to PyPI
63
run: uv publish
0 commit comments