diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-08-03 10:16:23 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-08-03 10:16:23 +0000 |
| commit | 49bdc12d1c9149b531d7e5c0e4c393fa2297ff89 (patch) | |
| tree | fffcec66602e4d19258b42a045bf956a1259f797 /docutils/docs/dev | |
| parent | 5acf660366e0fa14cefb4702865bc02e69810cc2 (diff) | |
| download | docutils-49bdc12d1c9149b531d7e5c0e4c393fa2297ff89.tar.gz | |
move wheel build before bump version
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8154 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/release.txt | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt index 3d57d7271..303c04021 100644 --- a/docutils/docs/dev/release.txt +++ b/docutils/docs/dev/release.txt @@ -228,19 +228,6 @@ REWORK FOR SOURCEFORGE REPO Set the download-url so eggs can access older releases. -* Restore ``__version_details__`` in docutils/docutils/__init__.py to - "repository" (from "release"). - -* Bump the `version number`_ again. - -* Add a new empty section "Changes Since ..." in HISTORY.txt. - -* Update the web page (web/index.txt). - -* Run docutils-update on the server. - -* **Run alltests.py with svn version** - * **build wheels**:: pip wheel docutils @@ -263,6 +250,18 @@ REWORK FOR SOURCEFORGE REPO .. _Upload the wheels to PyPI: https://packaging.python.org/en/latest/distributing.html#upload-your-distributions +* Restore ``__version_info`` in docutils/docutils/__init__.py to + "repository" (from "release"). + +* Bump the `version number`_ again. + +* Add a new empty section "Changes Since ..." in HISTORY.txt. + +* Update the web page (web/index.txt). + +* Run docutils-update on the server. + +* **Run alltests.py with svn version** * **Send announcement email to:** * docutils-develop@lists.sourceforge.net (also announcing the end of |
