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
4719c1d0
Unverified
Commit
4719c1d0
authored
Jan 19, 2025
by
Byron Hsu
Committed by
GitHub
Jan 19, 2025
Browse files
[router] Fix sgl router path for release (#2980)
parent
ef18b0ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.github/workflows/release-pypi-router.yml
.github/workflows/release-pypi-router.yml
+5
-5
No files found.
.github/workflows/release-pypi-router.yml
View file @
4719c1d0
...
...
@@ -7,7 +7,7 @@ on:
branches
:
-
main
paths
:
-
sgl
ang
-router/pyproject.toml
-
sgl-router/pyproject.toml
workflow_dispatch
:
jobs
:
...
...
@@ -26,9 +26,9 @@ jobs:
with
:
path
:
sglang-repo
-
name
:
Move sgl
ang
-router folder to root and delete sglang-repo
-
name
:
Move sgl-router folder to root and delete sglang-repo
run
:
|
mv sglang-repo/sgl
ang
-router/* .
mv sglang-repo/sgl-router/* .
rm -rf sglang-repo
ls -alt
...
...
@@ -69,9 +69,9 @@ jobs:
with
:
path
:
sglang-repo
-
name
:
Move sgl
ang
-router folder to root, copy the license file, and delete sglang-repo
-
name
:
Move sgl-router folder to root, copy the license file, and delete sglang-repo
run
:
|
mv sglang-repo/sgl
ang
-router/* .
mv sglang-repo/sgl-router/* .
mv sglang-repo/LICENSE .
rm -rf sglang-repo
ls -alt
...
...
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