Skip to content

Commit

Permalink
remove build dir before packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
breezedeus committed Feb 19, 2023
1 parent 3079a81 commit d61b1f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ demo:
streamlit run cnstd/app.py

package:
rm -rf build
python setup.py sdist bdist_wheel

VERSION = 1.2.1
Expand Down

0 comments on commit d61b1f0

Please sign in to comment.