Skip to content

Commit

Permalink
Restored commit tag check
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz committed Nov 14, 2023
1 parent 4dbd98a commit 17ddfd8
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')

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

Expand Down

0 comments on commit 17ddfd8

Please sign in to comment.