summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-11-20 22:12:41 +0100
committerTorsten Marek <shlomme@gmail.com>2014-11-20 22:12:41 +0100
commit112568d575e4f94179243421482d4e305cfa1cc3 (patch)
treef617b71e19605c200358751b00641288718ab6df /doc
parent14b52893ed197d124eb148311a82c4b14691d064 (diff)
downloadastroid-112568d575e4f94179243421482d4e305cfa1cc3.tar.gz
Fix the order of commands and options in the release documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 01df4db..282f02f 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -17,7 +17,7 @@ Release Process
4. Run
- $ python setup.py register sdist bdist_wheel --formats=gztar upload
+ $ python setup.py register sdist --formats=gztar bdist_wheel upload
to release a new version to PyPI.
\ No newline at end of file