Skip to content

Tags: oxidoc-lab/oxipdf

Tags

v0.1.0

Toggle v0.1.0's commit message
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.

v0.1.0-beta.10

Toggle v0.1.0-beta.10's commit message
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.