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 fa152c3 commit 4225063Copy full SHA for 4225063
.github/workflows/release.yml
@@ -24,8 +24,8 @@ jobs:
24
run: uv build
25
# Check that basic features work and we didn't miss to include crucial files
26
- name: Smoke test (wheel)
27
- run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
+ run: uv run --isolated --no-project --with dist/*.whl tests/basic_usage.py
28
- name: Smoke test (source distribution)
29
- 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/basic_usage.py
30
- name: Publish
31
run: uv publish
0 commit comments