Skip to content

Commit 09774f6

Browse files
Astroid do not have automatic release on tag
1 parent 0addc2e commit 09774f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/release.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ git --aliases=.copyrite_aliases . --jobs=8
2525
https://travis-ci.org/PyCQA/astroid/
2626

2727
3. Do the actual release by tagging the master with ``astroid-X.Y.Z`` (ie ``astroid-1.6.12``
28-
for example). Travis should deal with the release process once the tag is pushed
29-
with `git push origin --tags`
28+
for example).
3029

31-
## Manual Release
3230

33-
Following the previous steps, for a manual release run the following commands:
31+
Until the release is done via Travis or github actions on tag, run the following commands:
3432

3533
```bash
3634
git clean -fdx && find . -name '*.pyc' -delete
35+
pip3 install twine wheel setuptools
3736
python setup.py sdist --formats=gztar bdist_wheel
3837
twine upload dist/*
3938
# don't forget to tag it as well

0 commit comments

Comments
 (0)