summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-05-29 22:46:46 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-05-29 22:46:46 +0200
commit8f70c7dade73817a19b686bbb463b1aba0c7397a (patch)
tree3de4dbb7bc7454a17fd2855ff9159b23e0a1f0b7 /doc
parent79fdc323f058f5f2ba754c29b564818d898548ae (diff)
downloadastroid-git-8f70c7dade73817a19b686bbb463b1aba0c7397a.tar.gz
Post release chores
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release.md b/doc/release.md
index 424b39ef..46ad3ac0 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -28,6 +28,8 @@ commands:
```bash
git clean -fdx && find . -name '*.pyc' -delete
+python3 -m venv venv
+source venv/bin/activate
pip3 install twine wheel setuptools
python setup.py sdist --formats=gztar bdist_wheel
twine upload dist/*