Skip to content

Commit

Permalink
Update deploying guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Jul 10, 2021
1 parent a56aa04 commit c86998e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ 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 / release / build
$ poetry version x.y.z
$ git commit -m "Bump version to x.y.z"
$ git push
$ git push --tags

Travis will then deploy to PyPI if tests pass.
Then create a new release on Github.

.. _poetry: https://python-poetry.org/

0 comments on commit c86998e

Please sign in to comment.