calahealthgpt / scripts /upload_pypi.sh
alexshengzhili's picture
Upload folder using huggingface_hub
e72aedf
rm -rf dist
python3 -m build
python3 -m twine upload dist/*