We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55770f commit a2cee02Copy full SHA for a2cee02
publish.sh
@@ -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