update toc for doc and dockerfile code style format (#6450)

Co-authored-by: Chayenne <zhaochen20@outlook.com>
This commit is contained in:
linzhuo
2025-05-27 13:05:11 +08:00
committed by GitHub
parent ae33584235
commit 7a0bbe6a64
7 changed files with 12 additions and 25 deletions

View File

@@ -0,0 +1,18 @@
# PyPI Package Release Process
## Update the version in code
Update the package version in `python/pyproject.toml` and `python/sglang/__init__.py`.
## Upload the PyPI package
```
pip install build twine
```
```
cd python
bash upload_pypi.sh
```
## Make a release in GitHub
Make a new release https://github.com/sgl-project/sglang/releases/new.