summaryrefslogtreecommitdiff
path: root/RELEASE
blob: f45b0bf9f640e2efbfaeb407312963f48a99ad82 (plain)
1
2
3
4
5
6
7
8
9
Release Process
===============

1. Make sure all tests pass.
2. Make sure CHANGES is up to date.
3. Update redis.__init__.__version__ and commit
4. git tag <version-number>
5. git push --tag
6. rm dist/* && python setup.py sdist bdist_wheel && twine upload dist/*