PRs which touch lots of crates, for example paritytech/substrate#12768, take a long time to publish overall (example: https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2130765). We can improve the task's overall time to completion by splitting crates into groups and publishing those groups in parallel, perhaps using paritytech/substrate#12709 as reference for an implementation.