Skip to content

Commit 3b3e3a4

Browse files
committed
fix things
1 parent 976262e commit 3b3e3a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: uv build
2626
# Check that basic features work and we didn't miss to include crucial files
2727
- name: Smoke test (wheel)
28-
run: uv run --isolated --no-project --with dist/*.whl pytest
28+
run: uv run --isolated --no-project --with dist/*.whl testing.py
2929
- name: Smoke test (source distribution)
30-
run: uv run --isolated --no-project --with dist/*.tar.gz pytest
30+
run: uv run --isolated --no-project --with dist/*.tar.gz testing.py
3131
- name: Publish
3232
run: uv publish --index testpypi

0 commit comments

Comments
 (0)