Skip to content

Add piwheels package surface#16

Merged
kriptoburak merged 1 commit into
masterfrom
codex/add-piwheels-package-surface
May 6, 2026
Merged

Add piwheels package surface#16
kriptoburak merged 1 commit into
masterfrom
codex/add-piwheels-package-surface

Conversation

@kriptoburak

@kriptoburak kriptoburak commented May 6, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds the public piwheels package surface to the README badge row and Python package table.
  • Records the piwheels discovery in docs/DISCOVERABILITY_AUDIT.md.
  • Bumps the package/plugin version to 0.1.2 so the packaged README metadata can be released through trusted publishing instead of leaving PyPI stale.

Verification

  • curl -I -L --max-time 20 https://img.shields.io/piwheels/v/hermes-tweet.svg
  • curl -I -L --max-time 20 https://www.piwheels.org/project/hermes-tweet/
  • python3 PyPI JSON check confirmed latest published version is still 0.1.1
  • git diff --check
  • uv run --python 3.12 --extra dev ruff format --check .
  • uv run --python 3.12 --extra dev ruff check .
  • uv run --python 3.12 --extra dev basedpyright
  • uv run --python 3.12 --extra dev pytest --cov=hermes_tweet --cov=tests --cov-report=term-missing --cov-fail-under=100
  • uv run --python 3.12 --extra dev bandit -c pyproject.toml -r hermes_tweet scripts
  • uv run --python 3.12 --extra dev pip-audit (local editable package skipped because 0.1.2 is not yet on PyPI; dependencies audited cleanly)
  • uv run --python 3.12 --extra dev python -m build
  • uv run --python 3.12 --extra dev twine check dist/*
  • Built wheel inspection confirmed version 0.1.2, bundled plugin assets, and piwheels link in metadata.

Note

Add piwheels package surface and bump version to 0.1.2

Registers the project on piwheels and adds a piwheels badge to README.md. Version is bumped to 0.1.2 in pyproject.toml, plugin.yaml, and hermes_tweet/plugin.yaml. The new surface is documented in docs/DISCOVERABILITY_AUDIT.md.

Macroscope summarized 49cbe77.

@kriptoburak kriptoburak merged commit 9f6e409 into master May 6, 2026
6 checks passed
@kriptoburak kriptoburak deleted the codex/add-piwheels-package-surface branch May 6, 2026 03:35
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