summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2014-11-22 16:53:28 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2014-11-22 16:53:28 +0200
commit9b8a75e2df7884ecb20c63ccc33e304ea3ec00f6 (patch)
tree53e4a9d6518df43398d4cc47ca87bcff419d439b /doc
parente0c681e65138e9f69567cfdaadb89ec603129608 (diff)
downloadpylint-9b8a75e2df7884ecb20c63ccc33e304ea3ec00f6.tar.gz
Fix the order of the commands for the release.
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 963be67..96d4186 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