Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
b53d9e11
Unverified
Commit
b53d9e11
authored
Oct 29, 2025
by
Simo Lin
Committed by
GitHub
Oct 29, 2025
Browse files
[bug] fix router pypi license file (#12345)
parent
8a683821
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
.github/workflows/nightly-release-router.yml
.github/workflows/nightly-release-router.yml
+1
-2
.github/workflows/release-pypi-router.yml
.github/workflows/release-pypi-router.yml
+1
-2
sgl-router/MANIFEST.in
sgl-router/MANIFEST.in
+1
-0
No files found.
.github/workflows/nightly-release-router.yml
View file @
b53d9e11
...
@@ -137,10 +137,9 @@ jobs:
...
@@ -137,10 +137,9 @@ jobs:
with
:
with
:
path
:
sglang-repo
path
:
sglang-repo
-
name
:
Move sgl-router folder to root
, copy the license file,
and delete sglang-repo
-
name
:
Move sgl-router folder to root and delete sglang-repo
run
:
|
run
:
|
mv sglang-repo/sgl-router/* .
mv sglang-repo/sgl-router/* .
mv sglang-repo/LICENSE .
rm -rf sglang-repo
rm -rf sglang-repo
ls -alt
ls -alt
...
...
.github/workflows/release-pypi-router.yml
View file @
b53d9e11
...
@@ -122,10 +122,9 @@ jobs:
...
@@ -122,10 +122,9 @@ jobs:
with
:
with
:
path
:
sglang-repo
path
:
sglang-repo
-
name
:
Move sgl-router folder to root
, copy the license file,
and delete sglang-repo
-
name
:
Move sgl-router folder to root and delete sglang-repo
run
:
|
run
:
|
mv sglang-repo/sgl-router/* .
mv sglang-repo/sgl-router/* .
mv sglang-repo/LICENSE .
rm -rf sglang-repo
rm -rf sglang-repo
ls -alt
ls -alt
...
...
sgl-router/MANIFEST.in
View file @
b53d9e11
# Must include:
# Must include:
include Cargo.toml # Rust project configuration
include Cargo.toml # Rust project configuration
include build.rs # Build script for protobuf generation
include build.rs # Build script for protobuf generation
include ../LICENSE
recursive-include src *.rs # Rust source files
recursive-include src *.rs # Rust source files
recursive-include src/proto *.proto # Protobuf definitions
recursive-include src/proto *.proto # Protobuf definitions
recursive-include py_src *.py # Python source files
recursive-include py_src *.py # Python source files
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment