Skip to content

Commit bf35d2d

Browse files
committed
Update and cleanup RELEASING.rst some more
1 parent 3dbf370 commit bf35d2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

RELEASING.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ A list of steps to perform when releasing.
77
* Run tests on different Python versions
88
* Update ChangeLog and add a release date, then commit
99
* Merge changes from default to stable
10-
* Edit setup.cfg (in the tag), remove the egg_info? and commit
10+
* Edit setup.cfg (in the tag), remove the egg_info section and commit
1111
* Tag the just-committed changeset, then update to the tag
12-
* Run setup.py build_doc again to build the docs for inclusion in the tarball
13-
* python setup.py bdist_egg sdist --formats=gztar upload (ideally also 2.4, 2.5 and 2.6)
12+
* python setup.py bdist_egg sdist --formats=gztar upload
1413
* Revert the setup.cfg change.
1514
* Update the version number on the branch to 0.8.1 and on trunk to 0.9.0 (in setup.py and doc/conf.py)

0 commit comments

Comments
 (0)