From bd47658c8a1fc9dea99b47e5873168b530bbd0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Mon, 25 Nov 2019 19:39:39 +0000 Subject: [PATCH] update release instructions --- Makefile | 5 +++-- requirements_dev.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index edfff15..3a2516e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/requirements_dev.txt b/requirements_dev.txt index 85aa64f..7cd64b8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,3 +2,4 @@ bumpversion==0.5.3 wheel==0.30.0 +twine==3.1.0