File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def update_changelog_url():
2323 log .info (f"{ 'Updating' if 'Changelog' in project .urls else 'Adding new' } Changelog URL..." )
2424 project .urls ['Changelog' ] = changelog_url
2525
26- pyproject ['project' ] = vars (project ) # convert sns back to dict for dumping
26+ pyproject ['project' ] = vars (project ) # update og dict for dumping
2727 with open (pyproject_path , 'wb' ) as file : tomli_w .dump (pyproject , file )
2828
2929 log .success (f"Bumped changelog URL ver tag to [{ ver_tag } ]!" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def update_changelog_url():
2323 log .info (f"{ 'Updating' if 'Changelog' in project .urls else 'Adding new' } Changelog URL..." )
2424 project .urls ['Changelog' ] = changelog_url
2525
26- pyproject ['project' ] = vars (project ) # convert sns back to dict for dumping
26+ pyproject ['project' ] = vars (project ) # update og dict for dumping
2727 with open (pyproject_path , 'wb' ) as file : tomli_w .dump (pyproject , file )
2828
2929 log .success (f"Bumped changelog URL ver tag to [{ ver_tag } ]!" )
You can’t perform that action at this time.
0 commit comments