Split the package build and push to package server
Currently this is done in the same make do_release
step. If push to packagecloud fails for some reason, we need to rebuild the package.
We should have the package upload to package server in a separate stage of the build.
We could try leveraging artifacts in our CI. We could get an artifact (package) from the previous step and upload in the separate step.
cc @twk3