mirror of
https://github.com/koush/scrypted.git
synced 2026-08-03 03:40:45 +01:00
python-sdk: 0.1.1 — top-level type exports and transport leak fix (#2109)
This commit is contained in:
2
.github/workflows/python-sdk.yml
vendored
2
.github/workflows/python-sdk.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user