We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976262e commit 3b3e3a4Copy full SHA for 3b3e3a4
1 file changed
.github/workflows/test_publish.yml
@@ -25,8 +25,8 @@ jobs:
25
run: uv build
26
# Check that basic features work and we didn't miss to include crucial files
27
- name: Smoke test (wheel)
28
- run: uv run --isolated --no-project --with dist/*.whl pytest
+ run: uv run --isolated --no-project --with dist/*.whl testing.py
29
- name: Smoke test (source distribution)
30
- run: uv run --isolated --no-project --with dist/*.tar.gz pytest
+ run: uv run --isolated --no-project --with dist/*.tar.gz testing.py
31
- name: Publish
32
run: uv publish --index testpypi
0 commit comments