We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbad45 commit 5908768Copy full SHA for 5908768
1 file changed
.github/workflows/cd.yaml
@@ -69,10 +69,10 @@ jobs:
69
echo "✅ Pure-Python wheel OK: $wheel"
70
71
- name: Smoke test (wheel)
72
- run: uv run --isolated --no-project -p 3.12 --with dist/*.whl tests/smoke_test.py
+ run: uv run --isolated --no-project -p 3.12 --with dist/*.whl tests/test_version.py
73
74
- name: Smoke test (source distribution)
75
- run: uv run --isolated --no-project -p 3.12 --with dist/*.tar.gz tests/smoke_test.py
+ run: uv run --isolated --no-project -p 3.12 --with dist/*.tar.gz tests/test_version.py
76
77
# Publish via Github Release and to Pypi
78
publish:
0 commit comments