We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4876e27 commit ea254adCopy full SHA for ea254ad
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: astral-sh/setup-uv@v3
19
- run: uv build
20
- name: Smoke test (wheel)
21
- run: uv run --isolated --no-project -p 3.13 --with dist/*.whl,pytest pytest tests/test_base.py
+ run: uv run --isolated --no-project -p 3.13 --with dist/*.whl --with pytest pytest tests/test_base.py
22
- 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
+ run: uv run --isolated --no-project -p 3.13 --with dist/*.tar.gz --with pytest pytest tests/test_base.py
24
- run: uv publish --index testpypi --trusted-publishing always
0 commit comments