ci: publish release artifacts + checksums, add Dependabot - #28
Merged
Conversation
Release supply-chain hardening for the v0.1.x line (not gated on a milestone): - release-smoke now publishes the wheel, sdist, and SHA256SUMS to the GitHub Release after both clean-install smokes pass, and only when guard/test/macos are green (needs:). Scoped `contents: write` on the job. - Add .github/dependabot.yml (github-actions + uv, weekly), which also keeps CI Actions fresh instead of hand-pinning them to commit SHAs. Not included (deliberate): PyPI dist rename (no PyPI publish yet — YAGNI), install.sh default ref (left tracking main for a fast-moving alpha; README already documents pinning @v0.1.0), and GPG/Sigstore signing of the tag or artifacts (checksums only for now). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release supply-chain improvements for the v0.1.x line — done now, not deferred to a milestone.
What changed
release-smokenow publishes artifacts. After both clean-install smokes pass — and only whenguard/test/macosare green (needs:) — the job uploads the wheel, sdist, andSHA256SUMSto that tag's GitHub Release. Job-scopedcontents: write; usesghonly, no new Action dependency..github/dependabot.yml(github-actions+uv, weekly). This also keeps the CI Actions fresh, so we don't hand-pin them to commit SHAs.Deliberately not included
install.shdefault ref — left trackingmainfor a fast-moving alpha; README already documents pinning@v0.1.0.Notes
v0.1.0Release stays bare unless artifacts are uploaded manually (uv build && gh release upload v0.1.0 dist/* SHA256SUMS).git tag -a) instead of lightweight ones — process, not code.🤖 Generated with Claude Code