- Select a green build in Bamboo that has the changes that you want to release
- Ensure that this build has the correct version in the VERSION file
- Create a Bamboo release with version matching the VERSION file in the repo
- Deploy the release in Bamboo. This will:
- Validate that the Bamboo release number matches the wheel versions.
- Push the wheels to PyPI
- Push the source archive to S3
- Create a Github release
- Tag the repo commit with the version
- Bump the VERSION file to the next bugfix release number