Skip to content

Commit c0b8243

Browse files
author
Richard Jones
committed
mention tagging :)
1 parent fe51322 commit c0b8243

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

BUILD.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ running:
1111
2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
1212
version and appropriate announcements. Add truncated announcement to
1313
setup.py description field.
14-
3. python setup.py clean --all
15-
4. Edit setup.py to ensure that all information therein (version, contact
14+
3. Tag the CVS with a release tag (ie. 'release-N-N-N')
15+
4. python setup.py clean --all
16+
5. Edit setup.py to ensure that all information therein (version, contact
1617
information etc) is correct.
17-
5. python setup.py sdist --manifest-only
18-
6. Check the MANIFEST to make sure that any new files are included. If
18+
6. python setup.py sdist --manifest-only
19+
7. Check the MANIFEST to make sure that any new files are included. If
1920
they are not, edit MANIFEST.in to include them. "Documentation" for
2021
MANIFEST.in may be found in disutils.filelist._parse_template_line.
21-
7. python setup.py sdist
22+
8. python setup.py sdist
2223
(if you find sdist a little verbose, add "--quiet" to the end of the
2324
command)
2425

0 commit comments

Comments
 (0)