We need to publish internally to deploy to Cloud. I took the shared workflow and boiled it down to just what's needed for hatch since we're moving that way anyway. I also replaced some custom rolled pieces with existing third party actions since that greatly simplified other workflows. We still rely on the shared workflow that determines the next version to use.
I folded this into the existing Publish workflow and added options for where to publish (e.g. PyPI, Internal repository, etc.).
Description
We need to publish internally to deploy to Cloud. I took the shared workflow and boiled it down to just what's needed for
hatch
since we're moving that way anyway. I also replaced some custom rolled pieces with existing third party actions since that greatly simplified other workflows. We still rely on the shared workflow that determines the next version to use.I folded this into the existing Publish workflow and added options for where to publish (e.g. PyPI, Internal repository, etc.).
Checklist