gradio / client /python /scripts /build_pypi.sh
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
#!/bin/bash -eu
cd "$(dirname ${0})/.."
python3 -m pip install build
rm -rf dist/*
rm -rf build/*
python3 -m build