Skip to content

pex 2.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 16:21
· 62 commits to main since this release
v2.8.1
0674b79

2.8.1

This release fixes the bdist_pex distutils command to use the
--project option introduced by #2455 in the 2.8.0 release. This
change produces the same results for existing invocations of
python setup.py bdist_pex but allows new uses passing locked project
requirements (either hashed requirement files or Pex lock files) via
--pex-args.

  • Fix bdist_pex to use --project. (#2457)