Skip to content

Commit 0495796

Browse files
authored
[router] Copy license when publishing & bump version (#2339)
1 parent 1228f7c commit 0495796

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-pypi-router.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ jobs:
6969
with:
7070
path: sglang-repo
7171

72-
- name: Move rust folder to root and delete sglang-repo
72+
- name: Move rust folder to root, copy the license file, and delete sglang-repo
7373
run: |
7474
mv sglang-repo/rust/* .
75+
mv sglang-repo/LICENSE .
7576
rm -rf sglang-repo
7677
ls -alt
7778

rust/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sglang-router"
7-
version = "0.0.10"
7+
version = "0.0.11"
88
description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
99
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)