You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uogbuji edited this page Oct 3, 2014
·
20 revisions
Amara3-xml developer notes
Release
You need Github & PyPI update access
#Update version
vi lib/version.py
#Upload to PyPI
python setup.py sdist upload
#Select tag name
export RELEASETAG=v3.0.0a3 #This works for bash. Tweak to taste.
#Tag release
git tag -am "Release of version $RELEASETAG" #Must be double, not single quotes
#Push the tag to Github
git push origin $RELEASETAG