Browse Source

Add missing build step

tags/v0.3.11^2
haixuantao 9 months ago
parent
commit
56380d181e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/node_hub_test.sh

+ 1
- 0
.github/workflows/node_hub_test.sh View File

@@ -96,6 +96,7 @@ else
uv run pytest
fi
if [ "$GITHUB_EVENT_NAME" == "release" ] || [ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]; then
uv build
uv publish --check-url https://pypi.org/simple
fi
fi


Loading…
Cancel
Save