File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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 ('\n Manual editing time...' )
207209 for fn in other_files :
Original file line number Diff line number Diff 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" ),
You can’t perform that action at this time.
0 commit comments