We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7528c52 + 17ddfd8 commit 9178c45Copy full SHA for 9178c45
1 file changed
setup.py
@@ -42,8 +42,7 @@
42
43
version = environ['GITHUB_REF'].replace('refs/tags/v', '')
44
else:
45
- # raise ValueError('Missing commit tag, can\'t set version')
46
- version = '1.0.0-dev1'
+ raise ValueError('Missing commit tag, can\'t set version')
47
48
here = path.abspath(path.dirname(__file__))
49
0 commit comments