Skip to content

Commit

Permalink
Nit: remove outdated release how-to (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Jul 6, 2023
1 parent aba11e7 commit 03c70e3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,3 @@ $ pytest tests.test_pynessie
To fix code style issues::

$ black pynessie/ tests/

Deploying
---------

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
$ git push
$ git push --tags

Travis will then deploy to PyPI if tests pass.

0 comments on commit 03c70e3

Please sign in to comment.