managed to load VERSION file in yaml file - simplifies things

This commit is contained in:
mazzol_a
2025-04-23 14:26:26 +02:00
parent fca31cc432
commit 497c3abfc2
6 changed files with 12 additions and 49 deletions

View File

@ -33,7 +33,7 @@ jobs:
run: conda config --set anaconda_upload no
- name: Build
run: ./conda-recipes/build_conda.sh build_output python-client
run: conda build ./conda-recipes/python-client --build-folder build_output
- name: Upload all Conda packages
uses: actions/upload-artifact@v4