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 fcc71cb commit 57e55c6
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" docs/source/conf.py
git commit -a -m "Update to version v$1"
git flow release finish $1
python setup.py sdist
twine upload dist/django-nvd3-$1.tar.gz
twine upload dist/django-nvd3-$1.tar.gz -r django_nvd3
git push origin develop; git push origin master; git push --tags

0 comments on commit 57e55c6

Please sign in to comment.