Commit 097c2ff
authored
Provide raw wheel file when
It's often useful to be able to get the untouched wheel downloaded by
`python_wheel` rather than a Please-ified pex file containing the
package's code, e.g. when the `python_wheel` target is a dependency of a
package that is being built using a non-Please build system like pip.
Provide the wheel when `py_whl` is required by a downstream target.py_whl is required (#134)1 parent 31d750b commit 097c2ff
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
632 | 635 | | |
633 | 636 | | |
634 | 637 | | |
| |||
654 | 657 | | |
655 | 658 | | |
656 | 659 | | |
657 | | - | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
658 | 664 | | |
659 | 665 | | |
660 | 666 | | |
| |||
0 commit comments