[makefile] remove release candidate from version on release

pull/2/head
Daniel Van Der Maden 5 years ago
parent 26c5605638
commit b152dbf87c
  1. 2
      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/*

Loading…
Cancel
Save