Skip to content

fix(packaging): publish py.typed marker for mypy consumers#10

Merged
aa-parky merged 1 commit intomainfrom
codex/typed-package-marker
Mar 14, 2026
Merged

fix(packaging): publish py.typed marker for mypy consumers#10
aa-parky merged 1 commit intomainfrom
codex/typed-package-marker

Conversation

@aa-parky
Copy link
Copy Markdown
Contributor

Summary:\n- add setuptools package-data config so pipeworks_ipc includes a py.typed marker in distributions\n- add pipeworks_ipc/py.typed to advertise inline typing support to type checkers\n- add a packaging regression test that asserts the marker is present at runtime\n\nValidation:\n- pyenv exec pytest -q\n- RUFF_CACHE_DIR=/tmp/ruff-cache-pipeworks-ipc pyenv exec ruff check pipeworks_ipc tests\n- pyenv exec black --check pipeworks_ipc tests\n- pyenv exec mypy pipeworks_ipc\n\nContext:\nThis fixes downstream mypy import-untyped failures in consumer repos that import pipeworks_ipc.

@aa-parky aa-parky merged commit 8dbd40f into main Mar 14, 2026
17 checks passed
@aa-parky aa-parky deleted the codex/typed-package-marker branch March 14, 2026 19:08
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