diff --git a/.github/workflows/release-pypi-router.yml b/.github/workflows/release-pypi-router.yml index f762aad6c..fbbb1f024 100644 --- a/.github/workflows/release-pypi-router.yml +++ b/.github/workflows/release-pypi-router.yml @@ -69,9 +69,10 @@ jobs: with: path: sglang-repo - - name: Move rust folder to root and delete sglang-repo + - name: Move rust folder to root, copy the license file, and delete sglang-repo run: | mv sglang-repo/rust/* . + mv sglang-repo/LICENSE . rm -rf sglang-repo ls -alt diff --git a/rust/pyproject.toml b/rust/pyproject.toml index a07ba953a..d1327d920 100644 --- a/rust/pyproject.toml +++ b/rust/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang-router" -version = "0.0.10" +version = "0.0.11" description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances." authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}] requires-python = ">=3.8"