Back to Sglang

PyPI Package Release Process

docs_new/docs/developer_guide/release_process.mdx

0.5.11338 B
Original Source

Update the version in code

Update the package version in python/pyproject.toml and python/sglang/__init__.py.

Upload the PyPI package

text
pip install build twine
text
cd python
bash upload_pypi.sh

Make a release in GitHub

Make a new release https://github.com/sgl-project/sglang/releases/new.