blob: 7733f62422e6c28e0c630d79f768eeb24351f0dc [file] [log] [blame]
Vanessa Rene Valderrama295975d2018-02-27 15:10:17 -08001#!/bin/bash
2# Script to build PyPI artifacts
3set -e -x -o pipefail
4
5virtualenv /tmp/v/twine
6source "/tmp/v/twine/bin/activate"
7
8pip install twine wheel
9
10cd "$WORKSPACE/$TOX_DIR"
11python setup.py sdist bdist_wheel