lama / publish.sh
LinHanjiang's picture
Upload 9 files
daca9fd
raw
history blame contribute delete
143 Bytes
#!/usr/bin/env bash
set -e
pushd ./lama_cleaner/app
yarn run build
popd
rm -r -f dist
python3 setup.py sdist bdist_wheel
twine upload dist/*