Browse Source

Add build flag within node cicd

tags/v0.3.7rc0
haixuanTao 1 year ago
parent
commit
f232e9b297
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/node-hub-ci-cd.yml

+ 1
- 1
.github/workflows/node-hub-ci-cd.yml View File

@@ -74,7 +74,7 @@ jobs:
if [ -d "$dir" ]; then
if [ -f "$dir/pyproject.toml" ]; then
echo "Publishing $dir using Poetry..."
(cd "$dir" && poetry publish)
(cd "$dir" && poetry publish --build)
fi
if [ -f "$dir/Cargo.toml" ]; then


Loading…
Cancel
Save