diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2014-11-22 16:53:28 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2014-11-22 16:53:28 +0200 |
commit | dfa4909d4e9f8c7496d78f731fb95d86cb9f4cdf (patch) | |
tree | 74e216dba1b0876209c2131102dcd2ec26056a56 | |
parent | f7a8e735ae8fe1b4f8711ba74b9dadcf093c3571 (diff) | |
download | pylint-git-dfa4909d4e9f8c7496d78f731fb95d86cb9f4cdf.tar.gz |
Fix the order of the commands for the release.
-rw-r--r-- | doc/release.txt | 2 |
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 |