Skip to content

Commit 4225063

Browse files
committed
fix smoke test
1 parent fa152c3 commit 4225063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
run: uv build
2525
# Check that basic features work and we didn't miss to include crucial files
2626
- name: Smoke test (wheel)
27-
run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
27+
run: uv run --isolated --no-project --with dist/*.whl tests/basic_usage.py
2828
- name: Smoke test (source distribution)
29-
run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
29+
run: uv run --isolated --no-project --with dist/*.tar.gz tests/basic_usage.py
3030
- name: Publish
3131
run: uv publish

0 commit comments

Comments
 (0)