Skip to content

Commit 5908768

Browse files
committed
Update smoke test in cd
Change-Id: I67286073eb702faf33c1e3227ddc2df67dbe0ed3
1 parent 4bbad45 commit 5908768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
echo "✅ Pure-Python wheel OK: $wheel"
7070
7171
- name: Smoke test (wheel)
72-
run: uv run --isolated --no-project -p 3.12 --with dist/*.whl tests/smoke_test.py
72+
run: uv run --isolated --no-project -p 3.12 --with dist/*.whl tests/test_version.py
7373

7474
- name: Smoke test (source distribution)
75-
run: uv run --isolated --no-project -p 3.12 --with dist/*.tar.gz tests/smoke_test.py
75+
run: uv run --isolated --no-project -p 3.12 --with dist/*.tar.gz tests/test_version.py
7676

7777
# Publish via Github Release and to Pypi
7878
publish:

0 commit comments

Comments
 (0)