ci: update release workflow for prebuilt (#3621)

This commit is contained in:
Vadym Barda
2025-02-27 09:49:15 -05:00
committed by GitHub
parent f51831f48e
commit fe0de3e07e
+4
View File
@@ -195,6 +195,10 @@ jobs:
"$PKG_NAME==$VERSION" \
)
if [[ "$PKG_NAME" == *prebuilt* ]]; then
poetry run pip install langgraph
fi
if [[ "$PKG_NAME" == *checkpoint* || "$PKG_NAME" == *prebuilt* ]]; then
# since checkpoint packages are namespace packages, import them with . convention
# i.e. import langgraph.checkpoint or langgraph.checkpoint.sqlite