1
Fork 0

Fixed package command

This commit is contained in:
Jake Howard 2015-12-10 22:18:01 +00:00
parent a2c9119836
commit b48707ada0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -eu
[ -z "$CIRCLE_USERNAME" ] && { echo "Must be run on CircleCI."; exit 1;}
echo ">> Building Packages..."
python setup.py build sdist bdist bdist_dumb
python setup.py build sdist
echo ">> Uploading Packages to PyPi..."
twine upload dist/* -u TheOrangeOne -p $PYPI_PASSWORD