diff --git a/Makefile b/Makefile index 43e43fda7d..37a377306d 100644 --- a/Makefile +++ b/Makefile @@ -87,8 +87,8 @@ requirements_testing: # Releases -release: clean - python setup.py sdist bdist_wheel upload +release: clean wheel + python setup.py upload sdist: clean python setup.py sdist