human_benchmark / src /sglang /python /upload_pypi.sh
xingzhaohu's picture
Add files using upload-large-folder tool
b1cb3fd verified
Raw
History Blame Contribute Delete
115 Bytes
cp ../README.md ../LICENSE .
rm -rf dist
python3 -m build
python3 -m twine upload dist/*
rm -rf README.md LICENSE