Files
sglang/python/upload_pypi.sh
2024-01-15 01:15:53 -08:00

7 lines
115 B
Bash

cp ../README.md ../LICENSE .
rm -rf dist
python3 -m build
python3 -m twine upload dist/*
rm -rf README.md LICENSE