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
e728258d
"multi_node/env.sh" did not exist on "7b47409b7bb2f8edce9435ff69cc5c3cc8cb9591"
Unverified
Commit
e728258d
authored
Nov 11, 2024
by
Byron Hsu
Committed by
GitHub
Nov 11, 2024
Browse files
release router from py38 to py312 (#2002)
parent
239eafbd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/release-pypi-router.yml
.github/workflows/release-pypi-router.yml
+1
-1
No files found.
.github/workflows/release-pypi-router.yml
View file @
e728258d
...
...
@@ -40,7 +40,7 @@ jobs:
-
name
:
Build package
uses
:
pypa/cibuildwheel@v2.21.3
env
:
CIBW_BUILD
:
"
cp38-manylinux_x86_64
"
#
cp39-manylinux_x86_64 cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64"
CIBW_BUILD
:
"
cp38-manylinux_x86_64
cp39-manylinux_x86_64
cp310-manylinux_x86_64
cp311-manylinux_x86_64
cp312-manylinux_x86_64"
CIBW_BEFORE_ALL
:
|
yum update && yum install -y openssl-devel && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
CIBW_ENVIRONMENT
:
"
PATH=$HOME/.cargo/bin:$PATH"
...
...
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