Skip to content

Commit d33e1f2

Browse files
Update files for manual edit
1 parent 151ab2d commit d33e1f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

release.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,12 +549,14 @@ def bump(tag: Tag) -> None:
549549
if tag.patch == 0 and tag.level == "a" and tag.serial == 0:
550550
extra_work = True
551551
other_files += [
552+
"configure",
552553
"configure.ac",
553554
"Doc/tutorial/interpreter.rst",
554555
"Doc/tutorial/stdlib.rst",
555556
"Doc/tutorial/stdlib2.rst",
557+
"PC/launcher.c",
558+
"PC/pyconfig.h",
556559
"PC/pyconfig.h.in",
557-
"PCbuild/rt.bat",
558560
".github/ISSUE_TEMPLATE/bug.yml",
559561
".github/ISSUE_TEMPLATE/crash.yml",
560562
]

0 commit comments

Comments
 (0)