clean before running pypi

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-10-25 18:29:49 +02:00
parent f25989d779
commit 45a4719fb0
1 changed files with 3 additions and 0 deletions

3
build
View File

@ -73,6 +73,7 @@ case "$1" in
;;
pypi)
$0 clean
$0 pypi-manifest
python3 setup.py sdist
;;
@ -168,6 +169,8 @@ case "$1" in
| xargs rm -f
find * -name __pycache__ | xargs rm -rf
rm -f MANIFEST
;;
test)