diff --git a/release_checklist.rst b/release_checklist.rst index ae6b03c..360ba61 100644 --- a/release_checklist.rst +++ b/release_checklist.rst @@ -5,4 +5,4 @@ Release checklist - Update date in CHANGES.rst and make sure new features and bug fixes are mentioned. - Commit sources with updated version numbers `git commit`. - Tag new version `git tag 1.1` (or whatever the version is). -- Upload new version to PyPI `python setup.py sdist upload` +- Travis CI will upload new version to PyPI (alternatively use `python setup.py sdist upload`).