rust server build release artifacts (#33096)

Co-authored-by: Alex Nails <alex.nails@radixark.ai>
This commit is contained in:
Rain Jiang
2026-07-31 12:36:25 -07:00
committed by GitHub
co-authored by Alex Nails
parent 94743f934c
commit 9dcaf6bfdf
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ license.workspace = true
# of the main sglang wheel at the given import path.
[package.metadata.sglang]
python-module = "sglang.srt.grpc._core"
# Always build optimized, even for an editable install.
debug = false
[lib]
# Unique per-crate artifact name (the shared workspace target/ dir cannot hold
+2
View File
@@ -8,6 +8,8 @@ license.workspace = true
# Consumed by python/setup.py: registers this crate as a PyO3 extension module.
[package.metadata.sglang]
python-module = "sglang.srt.server._core"
# Always build optimized, even for an editable install.
debug = false
[lib]
name = "sglang_server"