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