Skip to content

Commit 82059b6

Browse files
authored
Merge pull request #32 from 56kyle/develop
Small tweak to satisfy python demo cicd
2 parents 78b004f + ae33027 commit 82059b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/scripts/setup-release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
import subprocess
55
from typing import Optional
66

7+
from util import REPO_FOLDER
78
from util import bump_version
89
from util import check_dependencies
910
from util import create_release_branch
10-
from util import get_package_version
1111
from util import get_bumped_package_version
12-
from util import REPO_FOLDER
12+
from util import get_package_version
1313

1414

1515
def main() -> None:

0 commit comments

Comments
 (0)