version number automated for python build

This commit is contained in:
mazzol_a
2025-04-22 14:00:45 +02:00
committed by Dhanya Thattil
parent 43b1cef684
commit 7615698677
5 changed files with 43 additions and 15 deletions

8
conda-recipes/build_conda.sh Executable file
View File

@@ -0,0 +1,8 @@
SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)
VERSION=$(cat $SCRIPTDIR/../VERSION)
export VERSION
echo "building conda package version: $VERSION"
conda build .