Skip to content

Commit

Permalink
try and fix pypi-release workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
ksssomesh12 committed Jan 11, 2022
1 parent e66fdfb commit 77af743
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 @@ -3,7 +3,7 @@

setuptools.setup(
name="tgmb",
version="0.0.0" + 'b' + os.environ["PKG_VER"].replace('v', '').replace('.', '').replace('b', ''),
version="0.0.0" + 'b' + os.environ["PKG_VER"].replace('refs/tags/v', '').replace('.', '').replace('b', ''),
author="SomesH S",
author_email="[email protected]",
description="Predecessor to `tgmb`",
Expand Down

0 comments on commit 77af743

Please sign in to comment.