Skip to content

pex 2.1.161

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 18:26
· 186 commits to main since this release
v2.1.161
23c3c06

2.1.161

This release adds support for --only-wheel <project name> and
--only-build <project name> to allow finer control over which
distribution artifacts are resolved when building a PEX or creating or
updating a lock file. These options correspond to Pip's --only-binary
and --no-binary options with project name arguments.

  • Plumb Pip's --{no,only}-binary. (#2346)