ci: Add smoke test during release

This commit is contained in:
Chris Coutinho
2025-10-20 23:39:47 +02:00
parent 4984496d81
commit a5a4e809c4
+4
View File
@@ -25,5 +25,9 @@ jobs:
run: uv python install 3.11
- name: Build
run: uv build
- name: Smoke test (wheel)
run: uv run --isolated --no-project --with dist/*.whl nextcloud-mcp-server --help
- name: Smoke test (source distribution)
run: uv run --isolated --no-project --with dist/*.tar.gz nextcloud-mcp-server --help
- name: Publish
run: uv publish