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