diff --git a/Makefile b/Makefile index e4fbfbea..19d48c01 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ lint: isort src/ --check-only upload: - pip3 install twine + pip3 install twine wheel cd src/ && python setup.py upload tests: install