fix(pip): simply extract whl contents to the current directory by aignas · Pull Request #3549 · bazel-contrib/rules_python
Before we would try to get the whl path and extract to the sibling directory. Whilst this is not failing right now, technically this is not the best behaviour because the whl itself may come from elsewhere. This PR is simplifying code to see if it helps solve an issue on Windows. Fixes bazel-contrib#3543
aignas
deleted the
aignas.fix.pipstar-extract-windows
branch
aignas added a commit that referenced this pull request
Jan 28, 2026Before we would try to get the whl path and extract to the sibling directory. Whilst this is not failing right now, technically this is not the best behaviour because the whl itself may come from elsewhere. This PR is simplifying code to see if it helps solve an issue on Windows. Fixes #3543 (cherry picked from commit abe2699)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters