From: Aric Gardner Date: Mon, 31 Aug 2020 17:39:04 +0000 (-0400) Subject: Fix pypi build and upload. X-Git-Tag: v0.57.1~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=f4f795bda67897b1b1e527e99e0b5f627ca1a4db;hp=f4f795bda67897b1b1e527e99e0b5f627ca1a4db;p=releng%2Fglobal-jjb.git 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 Change-Id: If2b8369296256368659c41e9e77231d4442f55bd ---