[router] Copy license when publishing & bump version (#2339)

This commit is contained in:
Byron Hsu
2024-12-03 10:27:43 -08:00
committed by GitHub
parent 1228f7ca69
commit 0495796517
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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"