Skip to content

Commit

Permalink
Release script: Also clean build directories before a build (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Feb 23, 2023
1 parent 98cca07 commit 919b125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ then
if [[ "$VIRTUAL_ENV" != "" ]]
then
pip install --upgrade setuptools wheel twine
rm -rf dist/ build/
python setup.py sdist bdist_wheel
twine upload dist/*
rm -rf dist/ build/
Expand Down

0 comments on commit 919b125

Please sign in to comment.