hetio / hetnetpy

Hetnets in Python (relocated from dhimmel/hetio)
https://het.io/software
Other
93 stars 28 forks source link

Add continuous deployment #9

Closed dhimmel closed 7 years ago

dhimmel commented 7 years ago

The deployment is triggered by git tags. Here are the local commands to add the tag.

# First Bump version in setup.py
# Commit version bumb

# Create tag
git tag --annotate v`python setup.py --version` --message "Upgrade to v`python setup.py --version`"
# Push tag
git push --tags
# Push commit
git push