Skip to content

Commit a2cee02

Browse files
committed
add publish.sh
1 parent a55770f commit a2cee02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

publish.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rm -rf dist
2+
rm -rf build
3+
rm -rf webuiapi.egg-info
4+
python3 setup.py bdist_wheel
5+
twine upload dist/*

0 commit comments

Comments
 (0)