[router] fix router release workflow and add build test in PR (#12315)

This commit is contained in:
Chang Su
2025-10-29 08:11:45 -07:00
committed by GitHub
parent 1e90fe2ed1
commit 400bddf24c
13 changed files with 99 additions and 39 deletions
+3 -1
View File
@@ -148,7 +148,9 @@ jobs:
source "$HOME/.cargo/env"
echo "Building sgl-router..."
cd sgl-router
cargo build && python3 -m build && pip install --force-reinstall dist/*.whl
pip install maturin
maturin build --release --out dist
pip install --force-reinstall dist/*.whl
- name: Start disaggregation servers
id: start_servers