clean before running pypi

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/feature_files_export
Nico Schottelius 12 years ago
parent f25989d779
commit 45a4719fb0
  1. 3
      build

@ -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)

Loading…
Cancel
Save