diff --git a/docs/contributing.rst b/docs/contributing.rst index adc6497..40c5d1f 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -112,17 +112,3 @@ Tips To run a subset of tests:: $ py.test tests.test_evalutils - - -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:: - -$ bumpversion patch # possible: major / minor / patch -$ git push -$ git push --tags - -Travis will then deploy to PyPI if tests pass.