diff --git a/kdb-bot/cpl-workspace.json b/kdb-bot/cpl-workspace.json index ac1c4822fd..89d67f885e 100644 --- a/kdb-bot/cpl-workspace.json +++ b/kdb-bot/cpl-workspace.json @@ -21,8 +21,10 @@ "Scripts": { "sv": "cpl set-version", "set-version": "cpl run set-version $ARGS; echo '';", + "gv": "cpl get-version", "get-version": "export VERSION=$(cpl run get-version); echo $VERSION;", + "pre-build": "cpl set-version $ARGS", "post-build": "cpl run post-build", diff --git a/kdb-bot/src/modules/technician/technician.json b/kdb-bot/src/modules/technician/technician.json index a1a3340e59..9357fda8d8 100644 --- a/kdb-bot/src/modules/technician/technician.json +++ b/kdb-bot/src/modules/technician/technician.json @@ -22,9 +22,7 @@ "cpl-cli>=2022.10.0" ], "PythonVersion": ">=3.10.6", - "PythonPath": { - "win32": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": {