Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ci-management
/
602637155d5a3e3dacf1fbd44ea848371628ef3d
/
.
/
shell
/
pypi-dist-build.sh
blob: 7733f62422e6c28e0c630d79f768eeb24351f0dc [
file
] [
log
] [
blame
]
#!/bin/bash
# Script to build PyPI artifacts
set
-
e
-
x
-
o pipefail
virtualenv
/
tmp
/
v
/
twine
source
"/tmp/v/twine/bin/activate"
pip install twine wheel
cd
"$WORKSPACE/$TOX_DIR"
python setup
.
py sdist bdist_wheel