Skip to content

Commit bbc3094

Browse files
authored
Update release tools to regenerate configure and some files for Windows build (#128)
1 parent 95ccfe6 commit bbc3094

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

release.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ def bump(tag):
202202
'Doc/tutorial/stdlib2.rst',
203203
'LICENSE',
204204
'Doc/license.rst',
205+
'PC/pyconfig.h.in',
206+
'PCbuild/rt.bat',
205207
]
206208
print('\nManual editing time...')
207209
for fn in other_files:

run_release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,10 +1138,11 @@ def _api_key(api_key):
11381138
Task(run_blurb_release, "Run blurb release"),
11391139
Task(check_cpython_repo_is_clean, "Checking git repository is clean"),
11401140
Task(prepare_pydoc_topics, "Preparing pydoc topics"),
1141+
Task(bump_version, "Bump version"),
1142+
Task(check_cpython_repo_is_clean, "Checking git repository is clean"),
11411143
Task(run_autoconf, "Running autoconf"),
11421144
Task(check_cpython_repo_is_clean, "Checking git repository is clean"),
11431145
Task(check_pyspecific, "Checking pyspecific"),
1144-
Task(bump_version, "Bump version"),
11451146
Task(check_cpython_repo_is_clean, "Checking git repository is clean"),
11461147
Task(create_tag, "Create tag"),
11471148
Task(push_to_local_fork, "Push new tags and branches to private fork"),

0 commit comments

Comments
 (0)