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
[Infra] Fix publish GA (#56)
Summary: Fix publish GA
Test Plan: Tested with publish to test.pypi.org
Reviewed-by: -
<!-- For code changes, at least one reviewer required -->
Issue: -
<!-- Link of the fixed issue, can be full URL or github bug id (e.g.
#123) -->
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[Fix] Do no cache unknown packages. (#45)
Summary: Do no cache unknown packages when `__path__` is unexpected. Follow up of #43.
Test Plan: All tests
Reviewed-by: -
Issue: (related) lark-parser/lark#1338
[Fix] Fix when package overwrites `__path__` to a string. (#43)
Summary: Fix when package overwrites `__path__` to a string.
Test Plan: all
Reviewed-by: -
Issue: -