add setup.py
This commit is contained in:
10
publish.sh
Normal file
10
publish.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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/*
|
||||
Reference in New Issue
Block a user