Skip to content

Commit

Permalink
ci: add clean build script to ease local build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
narenaryan committed Dec 8, 2024
1 parent 69e1ffe commit 9f54164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clean_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rm -rf dist
pip uninstall -q --exists-action=w whispr
hatch build
pip install -q dist/whispr-0.3.0-py3-none-any.whl

0 comments on commit 9f54164

Please sign in to comment.