summaryrefslogtreecommitdiffstats
path: root/shell/pypi-dist-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-10-07Correct python environment variableDW Talton1-1/+1
The python environment variable for virtualenv should be $PYTHON not $PYTHON_VERSION. Issue-ID: CIMAN-1 Signed-off-by: DW Talton <dtalton@contractor.linuxfoundation.org> Change-Id: I975bc16efd572ae56b003fde134bed82178de6ff
2018-04-26Fix Pypi script Python versionJessica Wagantall1-1/+1
Fix Pypi build and publish scripts to run virtualenv with the correct PYTHON_VERSION specified in the job templates. Change-Id: I71f61775380ae56c204854ddde254b467e5e16f3 Issue-ID: Issue-ID: CIMAN-137 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-09Configure PyPI releasesVanessa Rene Valderrama1-0/+11
This changes adds the following functionality for PyPI releases - macros - A PyPI server macro - scripts - A script to build artifacts - A script to publish artifacts - templates - Templates for release - jobs - Jobs for release - Nexus3 staging - Nexus3 release - PyPI index will be added at a later date Issue-ID: CIMAN-137 Change-Id: I53522ed2fa2f462afebaac94c44fa2a9979e9c2a Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>