diff --git a/build_scripts/copy_changelog.py b/build_scripts/copy_changelog.py index 21de453d..3c287891 100644 --- a/build_scripts/copy_changelog.py +++ b/build_scripts/copy_changelog.py @@ -27,6 +27,8 @@ def on_pre_build(config): f"Creating symbolic link for '{os.fspath(changelog_file)}' " f"at '{os.fspath(target_filepath)}'" ) + print(target_filepath) + print(changelog_file) target_filepath.symlink_to(changelog_file) logger.info("Finished copying changelog to docs directory")