Skip to content

Commit

Permalink
Include v in tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jan 18, 2020
1 parent 275df84 commit 6523c0b
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 @@ -17,7 +17,7 @@
os.system("twine upload dist/* --skip-existing")
print("You probably want to also tag the version now:")
print(
f" git tag -a {vega_admin.__version__} -m 'version {vega_admin.__version__}'"
f" git tag -a v{vega_admin.__version__} -m 'version {vega_admin.__version__}'"
)
print(" git push --tags")
sys.exit()
Expand Down

0 comments on commit 6523c0b

Please sign in to comment.