Skip to content

Commit

Permalink
[autofix] Format Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jan 8, 2024
1 parent 5c3667c commit 4c78537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,8 @@ def release_notes(self) -> str | None:
# Generate a link to the version of the package published on PyPi.
pypi_link = ""
if self.package_name:
pypi_link = f"[🐍 Available on PyPi](https://pypi.org/project/{self.package_name}/{version})."
pypi_link = f"[🐍 Available on PyPi](https://pypi.org/project/{
self.package_name}/{version})."

# Assemble the release notes.
return f"{changes}\n\n{pypi_link}".strip()
Expand Down

0 comments on commit 4c78537

Please sign in to comment.