Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
04957965
Unverified
Commit
04957965
authored
Dec 03, 2024
by
Byron Hsu
Committed by
GitHub
Dec 03, 2024
Browse files
[router] Copy license when publishing & bump version (#2339)
parent
1228f7ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.github/workflows/release-pypi-router.yml
.github/workflows/release-pypi-router.yml
+2
-1
rust/pyproject.toml
rust/pyproject.toml
+1
-1
No files found.
.github/workflows/release-pypi-router.yml
View file @
04957965
...
...
@@ -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
...
...
rust/pyproject.toml
View file @
04957965
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name
=
"sglang-router"
version
=
"0.0.1
0
"
version
=
"0.0.1
1
"
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment