diff options
| author | Aymeric Augustin | 2014-04-25 21:57:54 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2014-04-25 21:58:32 +0200 |
| commit | 9285a60a6940241df29e7f82d4781afda488df98 (patch) | |
| tree | e79066fe13733aba8ec413a2490781671962f8e6 | |
| parent | 838c45aa742b761e1f04531b40671862d23a5e83 (diff) | |
| download | django-debug-toolbar-9285a60a6940241df29e7f82d4781afda488df98.tar.bz2 | |
Minor update in release process.
| -rw-r--r-- | docs/contributing.rst | 6 |
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. |
