Unverified Commit 04957965 authored by Byron Hsu's avatar Byron Hsu Committed by GitHub
Browse files

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

parent 1228f7ca
......@@ -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
......
......@@ -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"
......
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