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.
2 parents be86bdc + c16e2d1 commit 349a40fCopy full SHA for 349a40f
.github/workflows/publish.yml
@@ -56,15 +56,6 @@ jobs:
56
if: steps.check_tag.outputs.exists == 'false'
57
run: uv build
58
59
- # Check that basic features work and we didn't miss to include crucial files
60
- - name: Smoke test (wheel)
61
- if: steps.check_tag.outputs.exists == 'false'
62
- run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
63
-
64
- - name: Smoke test (source distribution)
65
66
- run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
67
68
- name: Publish to PyPI
69
70
run: uv publish
0 commit comments