Skip to content

Commit

Permalink
Merge branch 'master' into az-metadata-v15
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz committed Nov 14, 2023
2 parents 7528c52 + 17ddfd8 commit 9178c45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@

version = environ['GITHUB_REF'].replace('refs/tags/v', '')
else:
# raise ValueError('Missing commit tag, can\'t set version')
version = '1.0.0-dev1'
raise ValueError('Missing commit tag, can\'t set version')

Check failure on line 45 in setup.py

View workflow job for this annotation

GitHub Actions / deploy

Missing commit tag, can\'t set version

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 9178c45

Please sign in to comment.