Skip to content

Commit ea254ad

Browse files
committed
*
1 parent 4876e27 commit ea254ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: astral-sh/setup-uv@v3
1919
- run: uv build
2020
- name: Smoke test (wheel)
21-
run: uv run --isolated --no-project -p 3.13 --with dist/*.whl,pytest pytest tests/test_base.py
21+
run: uv run --isolated --no-project -p 3.13 --with dist/*.whl --with pytest pytest tests/test_base.py
2222
- name: Smoke test (source distribution)
23-
run: uv run --isolated --no-project -p 3.13 --with dist/*.tar.gz,pytest pytest tests/test_base.py
23+
run: uv run --isolated --no-project -p 3.13 --with dist/*.tar.gz --with pytest pytest tests/test_base.py
2424
- run: uv publish --index testpypi --trusted-publishing always

0 commit comments

Comments
 (0)