".github/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "04aaf0bb33774ab5d5ac0d37b3ea7b318f93a5c2"
Unverified Commit b53d9e11 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[bug] fix router pypi license file (#12345)

parent 8a683821
......@@ -137,10 +137,9 @@ jobs:
with:
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: |
mv sglang-repo/sgl-router/* .
mv sglang-repo/LICENSE .
rm -rf sglang-repo
ls -alt
......
......@@ -122,10 +122,9 @@ jobs:
with:
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: |
mv sglang-repo/sgl-router/* .
mv sglang-repo/LICENSE .
rm -rf sglang-repo
ls -alt
......
# Must include:
include Cargo.toml # Rust project configuration
include build.rs # Build script for protobuf generation
include ../LICENSE
recursive-include src *.rs # Rust source files
recursive-include src/proto *.proto # Protobuf definitions
recursive-include py_src *.py # Python source files
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment