"vscode:/vscode.git/clone" did not exist on "025824d29b38f6b981bbcea8a61bc23e7f2b3e02"
Unverified Commit 5bd06b45 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: use REPO_TOKEN (#755)

parent 9a611827
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
with: with:
name: Release ${{ steps.get_version.outputs.TAG }} name: Release ${{ steps.get_version.outputs.TAG }}
tag_name: ${{ steps.get_version.outputs.TAG }} tag_name: ${{ steps.get_version.outputs.TAG }}
...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "sglang" name = "sglang"
version = "0.2.4" version = "0.2.5"
description = "SGLang is yet another fast serving framework for large language models and vision language models." description = "SGLang is yet another fast serving framework for large language models and vision language models."
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
......
__version__ = "0.2.4" __version__ = "0.2.5"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment