Skip to content

Commit

Permalink
Update RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed May 28, 2017
1 parent 3fc6ecd commit bfa2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.rst
Expand Up @@ -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

Expand Down

0 comments on commit bfa2f5b

Please sign in to comment.