Skip to content

Commit

Permalink
Use v prefix in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrrgc committed Apr 12, 2015
1 parent 7d1a6ce commit c41aa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ python2 -m unittest
python3 -m unittest

version=$(python -c 'import snorky; print(snorky.version)')
git tag -a "$version"
git tag -a "v${version}"
python3 setup.py register -r pypi
python3 setup.py sdist upload -r pypi

0 comments on commit c41aa82

Please sign in to comment.