[router] Copy license when publishing & bump version (#2339)
This commit is contained in:
3
.github/workflows/release-pypi-router.yml
vendored
3
.github/workflows/release-pypi-router.yml
vendored
@@ -69,9 +69,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: sglang-repo
|
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: |
|
run: |
|
||||||
mv sglang-repo/rust/* .
|
mv sglang-repo/rust/* .
|
||||||
|
mv sglang-repo/LICENSE .
|
||||||
rm -rf sglang-repo
|
rm -rf sglang-repo
|
||||||
ls -alt
|
ls -alt
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sglang-router"
|
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."
|
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"}]
|
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user