IOPaint/publish.sh
2022-04-18 15:15:51 +08:00

11 lines
144 B
Bash

#!/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/*