Skip to content

Commit

Permalink
Add version in python package from GH
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Huot committed Aug 23, 2023
1 parent 1d2134e commit b65c963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
dependencies = fd.read().split('\n')

try:
version_tag = os.environ["TRAVIS_TAG"]
version_tag = os.environ["GITHUB_REF_NAME"]
except KeyError:
version_tag = "1.0.0"

Expand Down

0 comments on commit b65c963

Please sign in to comment.