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 455e1ae commit 3fc6ecd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions RELEASE.rst
Expand Up @@ -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
Expand Down

0 comments on commit 3fc6ecd

Please sign in to comment.