fix: use REPO_TOKEN (#755)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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"
|
|||||||
|
|
||||||
[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"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.2.4"
|
__version__ = "0.2.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user