Skip to content

ci: PyPI publish workflow + package polish#6

Merged
scthornton merged 1 commit into
mainfrom
feature/pypi-publish
Mar 30, 2026
Merged

ci: PyPI publish workflow + package polish#6
scthornton merged 1 commit into
mainfrom
feature/pypi-publish

Conversation

@scthornton

Copy link
Copy Markdown
Owner

Summary

  • GitHub Actions workflow for publishing to PyPI on v* tag push
  • Uses trusted publishing (OIDC) — no API tokens to manage
  • Added py.typed marker for PEP 561 typed package support
  • Updated classifiers to Beta status
  • Verified wheel includes all required files

To publish

git tag v0.1.0
git push origin v0.1.0

Test plan

  • python -m build produces valid wheel
  • Wheel contains schema.sql, py.typed, all modules
  • CI still passes

- GitHub Actions workflow publishes to PyPI on tag push (v*)
- Uses trusted publishing (OIDC, no API tokens needed)
- Added py.typed marker for PEP 561 typed package support
- Updated classifiers to Beta, added Typing::Typed
- Verified wheel includes all files (schema.sql, py.typed)
@scthornton scthornton merged commit 70e43c6 into main Mar 30, 2026
3 checks passed
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