update release instructions

This commit is contained in:
Gonçalo Valério 2019-11-25 19:39:39 +00:00
parent f1ed8f3827
commit bd47658c8a
2 changed files with 4 additions and 2 deletions

View File

@ -54,8 +54,9 @@ docs: ## generate Sphinx HTML documentation, including API docs
$(BROWSER) docs/_build/html/index.html
release: clean ## package and upload a release
python setup.py sdist upload
python setup.py bdist_wheel upload
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*
sdist: clean ## package
python setup.py sdist

View File

@ -2,3 +2,4 @@
bumpversion==0.5.3
wheel==0.30.0
twine==3.1.0