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
3ed0a547
"vscode:/vscode.git/clone" did not exist on "7aeedd17a4140eef139987e946a7017df7a97433"
Unverified
Commit
3ed0a547
authored
Jan 23, 2025
by
Byron Hsu
Committed by
GitHub
Jan 23, 2025
Browse files
[router] Fix twine uploading (#3095)
parent
8d8ef849
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.github/workflows/release-pypi-router.yml
.github/workflows/release-pypi-router.yml
+1
-0
sgl-router/pyproject.toml
sgl-router/pyproject.toml
+4
-0
No files found.
.github/workflows/release-pypi-router.yml
View file @
3ed0a547
...
...
@@ -84,6 +84,7 @@ jobs:
-
name
:
Build SDist
run
:
|
pip install build
python -m pip install -U packaging
python -m build --sdist
-
uses
:
actions/upload-artifact@v4
...
...
sgl-router/pyproject.toml
View file @
3ed0a547
...
...
@@ -20,6 +20,10 @@ classifiers = [
[tool.setuptools.packages]
find
=
{
where
=
["py_src"]
}
# workaround for https://github.com/pypa/twine/issues/1216
[tool.setuptools]
license-files
=
[]
[[tool.setuptools-rust.ext-modules]]
target
=
"sglang_router_rs"
path
=
"Cargo.toml"
...
...
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