README badges + release-verification instructions in SECURITY.md#11
Merged
Conversation
Now that 0.1.1 is published and the docs are hosted, add PyPI version, Python versions, CI, docs, and license badges to the README. Fill in SECURITY.md's two placeholder sections: supported versions (0.1.x; note that 0.1.0 was tagged but never published), and how to verify a release -- PEP 740 PyPI attestations via pypi-attestations plus the provenance endpoint, the Sigstore bundles attached to each GitHub release, and the CycloneDX SBOM. Every documented command was run against the real 0.1.1 artifacts first: sigstore verify identity ... -> OK (wheel and sdist) pypi-attestations verify pypi ... -> OK and all five badge URLs return 200. 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.
Now that 0.1.1 is on PyPI and the docs are hosted:
0.1.1).Every documented command was executed against the real 0.1.1 artifacts before being written down:
make checkgreen (731 passed);twine checkstill passes on the README.🤖 Generated with Claude Code