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):
202
202
'Doc/tutorial/stdlib2.rst' ,
203
203
'LICENSE' ,
204
204
'Doc/license.rst' ,
205
+ 'PC/pyconfig.h.in' ,
206
+ 'PCbuild/rt.bat' ,
205
207
]
206
208
print ('\n Manual editing time...' )
207
209
for fn in other_files :
Original file line number Diff line number Diff line change @@ -1138,10 +1138,11 @@ def _api_key(api_key):
1138
1138
Task (run_blurb_release , "Run blurb release" ),
1139
1139
Task (check_cpython_repo_is_clean , "Checking git repository is clean" ),
1140
1140
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" ),
1141
1143
Task (run_autoconf , "Running autoconf" ),
1142
1144
Task (check_cpython_repo_is_clean , "Checking git repository is clean" ),
1143
1145
Task (check_pyspecific , "Checking pyspecific" ),
1144
- Task (bump_version , "Bump version" ),
1145
1146
Task (check_cpython_repo_is_clean , "Checking git repository is clean" ),
1146
1147
Task (create_tag , "Create tag" ),
1147
1148
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