visual-arena / scripts /upload_pypi.sh
tianleliphoebe's picture
Upload folder using huggingface_hub
ec0c335 verified
raw
history blame contribute delete
No virus
60 Bytes
rm -rf dist
python3 -m build
python3 -m twine upload dist/*