i think we need a deployment plan for pushing to pypi:
- checkout master (will use it as dev since we've already started doing that?)
- update CHANGELOG.rst
- bumpversion
- (wait for ci to pass)
- push tag
- merge to production
- (wait for ci to pass and publish to pypi)
i think we need a deployment plan for pushing to pypi: