summaryrefslogtreecommitdiff
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
commitdfa4909d4e9f8c7496d78f731fb95d86cb9f4cdf (patch)
tree74e216dba1b0876209c2131102dcd2ec26056a56
parentf7a8e735ae8fe1b4f8711ba74b9dadcf093c3571 (diff)
downloadpylint-git-dfa4909d4e9f8c7496d78f731fb95d86cb9f4cdf.tar.gz
Fix the order of the commands for the release.
-rw-r--r--doc/release.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 963be6749..96d418600 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