mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-04-30 18:32:23 +02:00
deploy only on tags
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import sys
|
||||
import setuptools
|
||||
import os
|
||||
|
||||
__version__ = 'udp'
|
||||
__version__ = os.environ.get('GIT_DESCRIBE_TAG', 'developer')
|
||||
|
||||
|
||||
def get_conda_path():
|
||||
|
||||
Reference in New Issue
Block a user