Shipping Build Artifacts

Make the build step a real gate on what you actually distribute — build scripts that warn and exit 0 on a missing input, size checks with only an upper bound, hand-maintained file lists that drift from the entrypoints they must cover, committed bundles that go stale when only the source changes, GNU-only shell in release scripts that aborts on the other OS, and verification that runs against the source tree instead of the artifact. Use when writing or reviewing a build/package script, a `dist/` copy step, a release workflow that uploads a zip or installer, or a committed compiled asset.

wdm0006 ba78ec0 7.5 KB Updated

File contents

wdm0006/python-skills/tree/main/skills/common/build-artifacts commit ba78ec0e5b

Frequently asked questions

npx skillmds@latest add wdm0006/shipping-build-artifacts