File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ def update_changelog_url():
2424 logging .debug ('Replacing existing Changelog URL...' )
2525 else :
2626 logging .debug ('Adding new Changelog URL...' )
27+
2728 pyproject ['project' ]['urls' ]['Changelog' ] = changelog_url
2829 with open (pyproject_path , 'wb' ) as file : tomli_w .dump (pyproject , file )
29-
3030 logging .info (f"Bumped changelog URL ver tag to '{ ver_tag } '!" )
3131
3232update_changelog_url ()
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ def update_changelog_url():
2424 logging .debug ('Replacing existing Changelog URL...' )
2525 else :
2626 logging .debug ('Adding new Changelog URL...' )
27+
2728 pyproject ['project' ]['urls' ]['Changelog' ] = changelog_url
2829 with open (pyproject_path , 'wb' ) as file : tomli_w .dump (pyproject , file )
29-
3030 logging .info (f"Bumped changelog URL ver tag to '{ ver_tag } '!" )
3131
3232update_changelog_url ()
You can’t perform that action at this time.
0 commit comments