- Notifications
You must be signed in to change notification settings - Fork 280
Release Process
Vince Knight edited this page Oct 13, 2016 · 6 revisions
- Bump the version in
axelrod/version.py - Update CHANGES.md (also include the overall changes diff url).
- Tag
- Push to github
- Create release on github
- Push to pypi (
python setup.py sdist bdist_wheel upload)