diff --git a/bin/build.sh b/bin/build.sh index 2a96416..d1e4c95 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -10,6 +10,10 @@ if [ $? -ne 0 ]; then exit 1 fi +# Clean out the dist directory +echo "Cleaning out the dist directory..." +rm -rf ../dist/* + # Build the package python -m build ../