Skip to content

Commit

Permalink
add publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mix1009 committed Jan 13, 2023
1 parent a55770f commit a2cee02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rm -rf dist
rm -rf build
rm -rf webuiapi.egg-info
python3 setup.py bdist_wheel
twine upload dist/*

0 comments on commit a2cee02

Please sign in to comment.