Skip to content

Commit

Permalink
Clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
elegos committed Dec 15, 2021
1 parent b0d1391 commit d60b509
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

set -e

if [ -d ./dist ]; then
rm -rf dist
fi
python3 setup.py sdist bdist_wheel
twine check dist/*
twine check dist/*

0 comments on commit d60b509

Please sign in to comment.