aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2014-04-25 21:57:54 +0200
committerAymeric Augustin2014-04-25 21:58:32 +0200
commit9285a60a6940241df29e7f82d4781afda488df98 (patch)
treee79066fe13733aba8ec413a2490781671962f8e6
parent838c45aa742b761e1f04531b40671862d23a5e83 (diff)
downloaddjango-debug-toolbar-9285a60a6940241df29e7f82d4781afda488df98.tar.bz2
Minor update in release process.
-rw-r--r--docs/contributing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 79c3d70..5278f78 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -110,10 +110,10 @@ their job, ``.po`` files must be downloaded with ``make update_translations``.
The release itself requires the following steps:
#. Bump version numbers in docs/conf.py, README.rst and setup.py and commit.
- Tag the new version.
-#. ``python setup.py sdist bdist_wheel upload``. You should to test that the
- packages install correctly before uploading them. (How?)
+#. Tag the new version.
+
+#. ``python setup.py sdist bdist_wheel upload``.
#. Push the commit and the tag.