[bug] fix router pypi license file (#12345)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user