File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ A list of steps to perform when releasing.
7
7
* Run tests on different Python versions
8
8
* Update ChangeLog and add a release date, then commit
9
9
* 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
11
11
* 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
14
13
* Revert the setup.cfg change.
15
14
* 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)
You can’t perform that action at this time.
0 commit comments