Skip to content

Commit

Permalink
[fix](version) release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Apr 23, 2024
1 parent 17b62f0 commit 372f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ sed -i -e "s/version='.*'/version='$1'/g" setup.py
git commit -a -m "Update to version v$1"
git flow release finish $1
python setup.py sdist
twine upload dist/python-nvd3-$1.tar.gz
twine upload dist/python-nvd3-$1.tar.gz -r python_nvd3
git push origin develop; git push origin master; git push --tags

0 comments on commit 372f5a8

Please sign in to comment.