Skip to content

Commit

Permalink
Update release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-migas committed Feb 21, 2024
1 parent 98c7b78 commit d2dae29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/koyo/release.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Check for latest release."""

from __future__ import annotations

import typing as ty
Expand Down Expand Up @@ -32,6 +33,7 @@ def get_target() -> str | None:
return "macosx_x86_64"
return None


def get_latest_release(user: str = "vandeplaslab", package: str = "koyo") -> str:
"""Get latest release from GitHub."""
data = get_latest_git(user, package)
Expand Down

0 comments on commit d2dae29

Please sign in to comment.