summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-12-15 10:36:06 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-15 10:36:06 +0100
commita7d5faec6666b2bec01a99365c1ca7c06f6e5b3f (patch)
tree2607989ba75ffa7a0ea5fc1b751f50ee323e867f /doc/release.txt
parente6e527687c34a57cb4411f8be216908cbe370965 (diff)
downloadastroid-git-a7d5faec6666b2bec01a99365c1ca7c06f6e5b3f.tar.gz
Add new release instructions as for pylint
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 282f02f5..806db41c 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -17,7 +17,10 @@ Release Process
4. Run
- $ python setup.py register sdist --formats=gztar bdist_wheel upload
+ $ git clean -fd && find . -name '*.pyc' -delete
+ $ python setup.py sdist --formats=gztar bdist_wheel
+ $ twine upload dist/*
+
to release a new version to PyPI.
- \ No newline at end of file
+