Files
sglang/python/upload_pypi.sh

4 lines
60 B
Bash
Raw Normal View History

2024-01-09 12:43:40 -08:00
rm -rf dist
python3 -m build
python3 -m twine upload dist/*