forked from ungleich-public/cdist
clean before running pypi
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
f25989d779
commit
45a4719fb0
1 changed files with 3 additions and 0 deletions
3
build
3
build
|
@ -73,6 +73,7 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
pypi)
|
pypi)
|
||||||
|
$0 clean
|
||||||
$0 pypi-manifest
|
$0 pypi-manifest
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
;;
|
;;
|
||||||
|
@ -168,6 +169,8 @@ case "$1" in
|
||||||
| xargs rm -f
|
| xargs rm -f
|
||||||
|
|
||||||
find * -name __pycache__ | xargs rm -rf
|
find * -name __pycache__ | xargs rm -rf
|
||||||
|
|
||||||
|
rm -f MANIFEST
|
||||||
;;
|
;;
|
||||||
|
|
||||||
test)
|
test)
|
||||||
|
|
Loading…
Reference in a new issue