You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: