diff --git a/Makefile b/Makefile index 4546ccf..126cb2a 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,7 @@ test: python2 -m unittest discover uppload: + mkdir -p dist.old + mv dist/* dist.old/ python setup.py sdist twine upload dist/*