Uh oh!
There was an error while loading. Please reload this page.
feat: Package pyi files in wheel - #2609
Conversation
aignas
left a comment
There was a problem hiding this comment.
Could you please add a test to examples/wheel folder showing that the files get packaged?
1.1.0 introduced separate attributes for the type definitions (`.pyi` files) and type checking. This patch adds those files to the wheel to ensure that they are distributed and available to users.
1.1.0 introduced separate attributes for the type definitions (`.pyi` files) and type checking. This patch adds those files to the package produced by `py_package` and updates the wheel examples.
5fa7a3f to
70a5a65CompareSynss
commented
Feb 26, 2025
Done. I also had to propagate the |
aignas
left a comment
There was a problem hiding this comment.
In general LGTM, thank you for the added tests. Only minor nits to address before merging.
Thank you for your contribution.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
aignas
commented
Mar 3, 2025
Could you please fix the failing tests? |
Synss
commented
Mar 5, 2025
Done in f3ce381 if I didn't overlook anything this time. |
1.1.0 introduced separate attributes for the type definitions (
.pyifiles) and type checking. This patch adds those files to the wheel to ensure that they are distributed and available to users.#2538 introduced
pyi_srcs.