Skip to content

Commit f8144d2

Browse files
committed
fixup! Sort branches in check_release script
1 parent 1a1ae38 commit f8144d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/github/.ci/scripts/check_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def current_version(repo: Repo, commitish: str) -> Version:
6464
return Version(current_version)
6565

6666

67-
def check_pyproject_dependencies(repo: Repo, from_commit:str, to_commit:str) -> list[str]:
67+
def check_pyproject_dependencies(repo: Repo, from_commit: str, to_commit: str) -> list[str]:
6868
try:
6969
new_pyproject = tomllib.loads(repo.git.show(f"{to_commit}:pyproject.toml"))
7070
try:

0 commit comments

Comments
 (0)