back to getting version for conda from tag (#1059)

This commit is contained in:
2024-11-26 14:35:46 +01:00
committed by GitHub
parent 9beaed7813
commit 64fea22c2b
2 changed files with 1 additions and 8 deletions

View File

@@ -8,7 +8,4 @@ cd python
# copy VERSION into slsdet for installation
cp ../VERSION slsdet/VERSION
# to be used to get project version in meta.yaml
export SLS_DET_VERSION=$(cat python/slsdet/VERSION)
${PYTHON} setup.py install