Skip to content

Commit

Permalink
adjust make command to make tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Banduhn committed Mar 15, 2020
1 parent 6e17dbb commit b38a02f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ docs:
pipenv run make -C docs linkcheck html
@echo open docs/_build/html/index.html

release: clean
release-tag: clean
@echo About to release ${VERSION}
@echo [ENTER] to continue; read
pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/*
git tag -a "${VERSION}" -m "Version ${VERSION}" && git push --follow-tags

0 comments on commit b38a02f

Please sign in to comment.