pex 2.8.1 #2458
pex 2.8.1
#2458
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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. Thischange produces the same results for existing invocations of
python setup.py bdist_pex
but allows new uses passing locked projectrequirements (either hashed requirement files or Pex lock files) via
--pex-args
.bdist_pex
to use--project
. (Fixbdist_pex
to use--project
. #2457)This discussion was created from the release pex 2.8.1.
Beta Was this translation helpful? Give feedback.
All reactions