Skip to content

README badges + release-verification instructions in SECURITY.md#11

Merged
declaresub merged 2 commits into
masterfrom
docs-badges-security
Jul 22, 2026
Merged

README badges + release-verification instructions in SECURITY.md#11
declaresub merged 2 commits into
masterfrom
docs-badges-security

Conversation

@declaresub

Copy link
Copy Markdown
Owner

Now that 0.1.1 is on PyPI and the docs are hosted:

  • README — PyPI version, Python versions, CI, docs, and license badges (all five URLs verified 200; the PyPI badge already reports 0.1.1).
  • SECURITY.md — filled in the two placeholders: supported versions (0.1.x, noting 0.1.0 was tagged but never published), and verifying a release — PEP 740 PyPI attestations, the Sigstore bundles on each GitHub release, and the CycloneDX SBOM.

Every documented command was executed against the real 0.1.1 artifacts before being written down:

sigstore verify identity ...        -> OK: http_fields-0.1.1-py3-none-any.whl
                                       OK: http_fields-0.1.1.tar.gz
pypi-attestations verify pypi ...   -> OK: http_fields-0.1.1-py3-none-any.whl

make check green (731 passed); twine check still passes on the README.

🤖 Generated with Claude Code

declaresub and others added 2 commits July 22, 2026 14:16
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>
@declaresub
declaresub merged commit 7e1c68f into master Jul 22, 2026
9 checks passed
@declaresub
declaresub deleted the docs-badges-security branch July 22, 2026 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant