python-sdk: 0.1.1 — top-level type exports and transport leak fix (#2109)

This commit is contained in:
Raman Gupta
2026-07-31 20:31:14 -04:00
committed by GitHub
parent 0995e98568
commit 84bb20e7eb
4 changed files with 82 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ jobs:
run: |
uv venv /tmp/smoke
uv pip install --python /tmp/smoke/bin/python dist/*.whl
/tmp/smoke/bin/python -c "import scrypted_sdk; print(scrypted_sdk.connect_scrypted_client)"
/tmp/smoke/bin/python -c "import scrypted_sdk; from scrypted_sdk.types import VideoClip, LockState; print(scrypted_sdk.connect_scrypted_client, scrypted_sdk.PluginRemote, scrypted_sdk.ScryptedInterface.MotionSensor, VideoClip, LockState)"
- uses: actions/upload-artifact@v4
with:
name: python-sdk-dist