mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Updated Releasing a new version (rest)
parent
e3eaf93eed
commit
0fbf81d522
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,7 @@ Requirements
|
|||
|
||||
Packages::
|
||||
|
||||
$ pip install -r requirements-dev.txt -r docs/requirements-docs.txt
|
||||
$ pip install wheel twine
|
||||
|
||||
|
||||
|
@ -49,6 +50,14 @@ Process
|
|||
* Release title: v<VERSION>
|
||||
* Description: <logs from CHANGES.rst>
|
||||
|
||||
* Build documentation::
|
||||
|
||||
$ python setup.py build_sphinx
|
||||
|
||||
* Upload documentation (`Upload failed (503): backend read error` may happen but not really an issue)::
|
||||
|
||||
$ python setup.py upload_sphinx
|
||||
|
||||
* `Close milestones`_ for this version.
|
||||
|
||||
* Test in a clean virtualenv that ``pip install python-telegram-bot`` works with the new version.
|
||||
|
|
Loading…
Reference in a new issue