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(pypi): support properly installing sdists via pypi without index (bazel-contrib#3115)
This fixes the subtle bug introduced in bazel-contrib#2871, where we were dropping
the URL from the requirement, because we can download the sdist
directly. We cannot add --no-index because sdists in general may
require extra build dependencies and we had already issues previously
(see 0.36 release notes).
Fixesbazel-contrib#2363Fixesbazel-contrib#3131
---------
Co-authored-by: Richard Levasseur <richardlev@gmail.com>
0 commit comments