Skip to content

Commit 8c65754

Browse files
committed
fix smoke test
1 parent 4225063 commit 8c65754

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,5 @@ jobs:
2222
run: uv python install 3.11
2323
- name: Build
2424
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/basic_usage.py
28-
- name: Smoke test (source distribution)
29-
run: uv run --isolated --no-project --with dist/*.tar.gz tests/basic_usage.py
3025
- name: Publish
3126
run: uv publish

0 commit comments

Comments
 (0)