8000 Correct location of the regen-configure.sh script in 3.12+. · python/release-tools@cad2dfe · GitHub
[go: up one dir, main page]

Skip to content

Commit cad2dfe

Browse files
committed
Correct location of the regen-configure.sh script in 3.12+.
1 parent a048b9d commit cad2dfe
Copy full SHA for cad2dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def prepare_pydoc_topics(db: DbfilenameShelf) -> None:
414414

415415
def run_autoconf(db: DbfilenameShelf) -> None:
416416
# Python 3.12 and newer have a script that runs autoconf.
417-
regen_configure_sh = db["git_repo"] / "Tools/scripts/regen-configure.sh"
417+
regen_configure_sh = db["git_repo"] / "Tools/build/regen-configure.sh"
418418
if regen_configure_sh.exists():
419419
subprocess.check_call(
420420
[regen_configure_sh], cwd=db["git_repo"],

0 commit comments

Comments
 (0)
0