diff --git a/Makefile b/Makefile index 1ab4044..08c9445 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ coverage: coverage report -m release: clean - python setup.py sdist bdist_wheel + python setup.py clean --all sdist bdist_wheel twine upload dist/* sdist: clean