Currently, pypi releases are going out manually via poetry's publish functionality. This is a good opportunity to create a template GitHub Action to handle those version bumps and publishing automatically.
Initial Implementation Requirements
GHA that bumps the package version and publishes to pypi
Other Considerations
Try to make it general enough any Poetry-based skill could use the action eventually
Objective
Currently, pypi releases are going out manually via poetry's publish functionality. This is a good opportunity to create a template GitHub Action to handle those version bumps and publishing automatically.
Initial Implementation Requirements
Other Considerations