IOPaint/publish.sh

11 lines
144 B
Bash
Raw Normal View History

2022-04-18 09:01:10 +02:00
#!/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/*