Skip to content

Commit

Permalink
Minor doc change to CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
elmotec committed Apr 1, 2019
1 parent 39c88a2 commit f33a84a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@ A reminder for the maintainers on how to deploy.
Make sure all your changes are committed (including an entry in HISTORY.rst).
Then run::

$ bump2version patch # possible: major / minor / patch
$ python setup.py test # there should be no errors.
$ bump2version patch # possible: major / minor / patch.
$ git push
$ git push --tags
$ python setup.py sdist # will generate new .tar.gz in dist folder
$ twine check dist/<dist>.tar.gz
$ python setup.py sdist # will generate new .tar.gz in dist folder.
$ twine check dist/<dist>.tar.gz # status should be Passed
$ twine upload dist/<dist>.tar.gz

Travis will then deploy to PyPI if tests pass.

0 comments on commit f33a84a

Please sign in to comment.