When a PR is merged to develop we should automatically build the distribution package and upload it to PyPi. This will require that first we build some PR automation that requires that the version is bumped before a PR can be merged. If we don't, errors will occur when the automation attempts to publish a package with the same version as one that already exists.
[ ] Automation in place requiring PRs to include a version bump
[ ] On merging into develop a new distribution is created and uploaded to PyPi
When a PR is merged to develop we should automatically build the distribution package and upload it to PyPi. This will require that first we build some PR automation that requires that the version is bumped before a PR can be merged. If we don't, errors will occur when the automation attempts to publish a package with the same version as one that already exists.