summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-07-19 12:42:20 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-19 12:42:20 +0200
commit0fb918bd9023f3c78f1a5ba44753a650a6c71159 (patch)
treef832296e11575a7dc76ebc327fc7a39bcbba5f1a /doc
parent9d0368e1438a30fda64c6fbf6c802f8639b12277 (diff)
downloadastroid-git-0fb918bd9023f3c78f1a5ba44753a650a6c71159.tar.gz
Add note to remove the already built dists
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 66adc834..18f70ff0 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -22,6 +22,7 @@ Release Process
6. Run
$ git clean -fd && find . -name '*.pyc' -delete
+ $ rm dist/*
$ python setup.py sdist --formats=gztar bdist_wheel
$ twine upload dist/*