You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add py.typed to runfiles py_wheel so it gets packaged (#3041)
Per the guidance in #2503, this is a quick fix just to restore
type-checking for the runfiles package. It does not address or
investigate further whether py.typed data dependencies in direct
`py_library` dependencies of `py_wheel` should be automatically included
as inputs to the wheel.
Fixes#2503
---------
Co-authored-by: Richard Levasseur <richardlev@gmail.com>
0 commit comments