verifyfirst

preflight · 4 checks

I published a package or release

An artifact was uploaded to a registry, or a release was cut.

Before you call it done

  1. Install the published artifact from the real index, in a clean environment.uvx --refresh-package NAME --from NAME==VERSION NAME # never test the local buildguards against NS-007
  2. Confirm the index you queried is not a stale cache.A resolver holding an old index reports a published version as missing.guards against NS-007
  3. Confirm the tests actually gated the publish.Chaining commands is not a gate; only a non-zero exit that stops the script is.guards against NS-015 NS-008
  4. Confirm bundled copies match their source.diff -q every vendored copy against the original; copies drift silently.guards against NS-062 NS-048

Plain text: /recipes.txt · all tasks