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
67ad4338
Unverified
Commit
67ad4338
authored
Jan 25, 2025
by
Ke Bao
Committed by
GitHub
Jan 25, 2025
Browse files
Update tag name for whl release (#3127)
parent
3cab5f71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
.github/workflows/release-whl-kernel.yml
.github/workflows/release-whl-kernel.yml
+16
-2
No files found.
.github/workflows/release-whl-kernel.yml
View file @
67ad4338
...
...
@@ -4,8 +4,12 @@ on:
workflow_dispatch
:
inputs
:
tag_name
:
required
:
true
type
:
string
push
:
branches
:
-
main
paths
:
-
sgl-kernel/version.py
jobs
:
build-wheels
:
...
...
@@ -51,10 +55,20 @@ jobs:
merge-multiple
:
true
pattern
:
wheel-*
-
name
:
Set tag name
id
:
set_tag_name
run
:
|
if [ -z "${{ inputs.tag_name }}" ]; then
TAG_NAME="v$(cat sgl-kernel/version.py | cut -d'"' -f2)"
echo "tag_name=$TAG_NAME" >> $GITHUB_OUTPUT
else
echo "tag_name=${{ inputs.tag_name }}" >> $GITHUB_OUTPUT
fi
-
name
:
Release
uses
:
softprops/action-gh-release@v2
with
:
tag_name
:
${{
in
puts.tag_name }}
tag_name
:
${{
steps.set_tag_name.out
puts.tag_name }}
repository
:
sgl-project/whl
token
:
${{ secrets.WHL_TOKEN }}
files
:
|
...
...
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