Skip to content

Commit

Permalink
[release.sh] delete packages before, not after
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Sep 17, 2019
1 parent a7bbe59 commit a29047d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ else
umask 002
git ls-files -z | xargs -0 chmod u=rwX,g=rX,o=rX

rm -rf dist

python setup.py sdist
python setup.py bdist_wheel --universal

Expand All @@ -55,7 +57,5 @@ else
printf "\055dev" >> version.txt
git commit version.txt -m"Bump version to $1-dev"
git push

rm -rf dist
fi
fi

0 comments on commit a29047d

Please sign in to comment.