From bfa2f5b5a11f2a4fa575923f46cdc37f9cc2156d Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 28 May 2017 13:04:38 +0200 Subject: [PATCH] Update RELEASE.rst --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 5d564bc..d78bf8d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -58,7 +58,7 @@ You can also edit the changelog ... .. code-block:: shell - (VERSION=`python setup.py --version`; rm -rf .release; mkdir .release; git archive `git rev-parse $VERSION` | tar xf - -C .release; cd .release/; python setup.py sdist bdist bdist_egg bdist_wheel; twine upload dist/*-`python setup.py --version`*) + (VERSION=`python setup.py --version`; pip install -U twine; rm -rf .release; mkdir .release; git archive `git rev-parse $VERSION` | tar xf - -C .release; cd .release/; python setup.py sdist bdist bdist_egg bdist_wheel; twine upload dist/*-`python setup.py --version`*) 5. (private) Build containers, push and patch kubernetes