Skip to content

Commit 7fd275f

Browse files
authored
Merge pull request #89 from aeturrell/toml-fix
version bumper fix
2 parents 757cf82 + ab1e955 commit 7fd275f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

version_bumper.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ def bump_version(part: Literal["major", "minor", "patch"] = "patch") -> None:
2828
new_version = f"{major}.{minor}.{patch}"
2929
subprocess.run(
3030
[
31-
"uvx",
32-
"--from=toml-cli",
31+
"micromamba",
32+
"run",
33+
"-n",
34+
"codeforecon",
3335
"toml",
3436
"set",
3537
"--toml-path=pyproject.toml",

0 commit comments

Comments
 (0)