docs: init readthedocs support (#783)

This commit is contained in:
Yineng Zhang
2024-07-28 16:50:31 +10:00
committed by GitHub
parent 68e5262699
commit 948625799e
16 changed files with 246 additions and 6 deletions

View File

@@ -1,18 +0,0 @@
# 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.