From dfa4909d4e9f8c7496d78f731fb95d86cb9f4cdf Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sat, 22 Nov 2014 16:53:28 +0200 Subject: [PATCH] Fix the order of the commands for the release. --- doc/release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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