Skip to content

Commit b1bde53

Browse files
committed
Fix build from openMINDS development branch
1 parent 814cb5d commit b1bde53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@
122122
context = {
123123
"version": "0.4.1.dev.0",
124124
}
125-
if args.branch == "development":
126-
context["version"] += ".dev"
127125

128126
with open("target/pyproject.toml", "w") as fp:
129127
contents = env.get_template("pipeline/src/pyproject_template.toml.txt").render(context)

0 commit comments

Comments
 (0)