diff --git a/Makefile b/Makefile index 9c7378d..f094c9e 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ install: pip install -e . release: clean - python3 -m incremental.update pyhmy --rc + python3 -m incremental.update pyhmy python setup.py sdist bdist_wheel twine upload dist/*