Commit 7d6f3984 by Scott Duckworth

fix up maintainer release instructions

parent ee9c2877
...@@ -6,6 +6,6 @@ bump __version__ in sshkey/__init__.py ...@@ -6,6 +6,6 @@ bump __version__ in sshkey/__init__.py
git add sshkey/__init__.py git add sshkey/__init__.py
git commit -m 'bump version' git commit -m 'bump version'
python setup.py sdist python setup.py sdist
git flow release finish X.Y.Z git flow release finish -m 'version X.Y.Z' X.Y.Z
git push origin master X.Y.Z git push origin master X.Y.Z
upload dist/django-sshkey-X.Y.Z.tar.gz to bitbucket upload dist/django-sshkey-X.Y.Z.tar.gz to bitbucket
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment