We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cf86b commit 62b3436Copy full SHA for 62b3436
scripts/tag-version.py
@@ -1,4 +1,5 @@
1
"""Script responsible for creating and pushing git tags for cookiecutter-robust-python releases."""
2
+import sys
3
# /// script
4
# requires-python = ">=3.10"
5
# dependencies = [
@@ -15,7 +16,7 @@
15
16
import typer
17
from cookiecutter.utils import work_in
18
-from scripts.util import git
19
+from util import git
20
from util import REPO_FOLDER
21
22
0 commit comments