Tags: oxidoc-lab/oxipdf
Tags
ci: inline publish wait loop and fix is_published subshell Inline the index-wait loop into the publish step so that each crate waits for availability immediately after a publish failure rather than deferring to a separate post-publish pass. This eliminates the need_wait array and the standalone wait_for function. Also fix is_published to capture cargo search output into a variable before piping to grep, avoiding a pipefail false-negative caused by the subshell exit code taking precedence.
ci: inline publish wait loop and fix is_published subshell Inline the index-wait loop into the publish step so that each crate waits for availability immediately after a publish failure rather than deferring to a separate post-publish pass. This eliminates the need_wait array and the standalone wait_for function. Also fix is_published to capture cargo search output into a variable before piping to grep, avoiding a pipefail false-negative caused by the subshell exit code taking precedence.