From 3fc6ecde9046c6a4e599f7dd9faf67dbb9eab387 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 28 May 2017 13:03:57 +0200 Subject: [PATCH] Update RELEASE.rst --- RELEASE.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/RELEASE.rst b/RELEASE.rst index 68ef1c6..5d564bc 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -54,14 +54,7 @@ You can also edit the changelog ...   git tag -am `python setup.py --version` `python setup.py --version` git push upstream && git push upstream --tags -5. (open-source) Create the distribution & upload to PyPI - -.. code-block:: shell - - python setup.py sdist bdist bdist_egg bdist_wheel - twine upload dist/*-`python setup.py --version`* - -5. (open-source, paranoid) Create the distribution & upload to PyPI in a brand new clone. +5. (open-source) Create the distribution in a sandbox directory & upload to PyPI. .. code-block:: shell