diff --git a/makefile b/makefile index 04e5f48..653e852 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ venv: echo 'run `source .venv/bin/activate` to use virtualenv' release: lint test clean - python setup.py sdist wheel + python setup.py sdist bdist_wheel python -m twine upload dist/* format: