[Python-checkins] release: Also build doc archives for rcs.

georg.brandl python-checkins at python.org
Wed Jun 15 03:00:11 EDT 2016


https://hg.python.org/release/rev/d28acc0485cf
changeset: 104:d28acc0485cf
user: Georg Brandl <georg at python.org>
date: Wed Jun 15 09:00:04 2016 +0200
summary:
 Also build doc archives for rcs.
files:
 release.py | 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/release.py b/release.py
--- a/release.py
+++ b/release.py
@@ -250,9 +250,9 @@
 except OSError:
 pass
 
- if tag.is_final:
+ if tag.is_final or tag.level == 'rc':
 docdist = build_docs()
- if tag.is_final:
+ if tag.is_final or tag.level == 'rc':
 shutil.copytree(docdist, 'docs')
 
 with changed_dir(os.path.join(archivename, 'Doc')):
-- 
Repository URL: https://hg.python.org/release


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /