fix(pip): simply extract whl contents to the current directory by aignas · Pull Request #3549 · bazel-contrib/rules_python

@aignas

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

gemini-code-assist[bot]

@aignas

@aignas

rickeylev

@aignas aignas deleted the aignas.fix.pipstar-extract-windows branch

January 27, 2026 15:20

aignas added a commit that referenced this pull request

Jan 28, 2026
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 #3543

(cherry picked from commit abe2699)