Fix pypi build and upload. 39/65239/1
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 31 Aug 2020 17:39:04 +0000 (13:39 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 31 Aug 2020 17:44:00 +0000 (13:44 -0400)
commitf4f795bda67897b1b1e527e99e0b5f627ca1a4db
treedf32f552f426deea748a90996da6cad7cd4e0f02
parent09979e2fde9b92aa7bc00de4175a88d64fe9e33f
Fix pypi build and upload.

No need for job to create its own
venv like this.
virtualenv -p python3 /tmp/pypi

this does not update virtualenv first
also it was failing, I think due to
needing a readline package update.

python3 -m venv is preferred.
however we have lf-env.sh, which does things properly.
se we are going to use it.

Issue-ID: IT-20528
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: If2b8369296256368659c41e9e77231d4442f55bd
shell/pypi-dist-build.sh
shell/pypi-upload.sh