melt / scripts /upload_pypi.sh
martinakaduc's picture
Upload folder using huggingface_hub
f3305db verified
raw
history blame contribute delete
60 Bytes
rm -rf dist
python3 -m build
python3 -m twine upload dist/*