diff --git a/scripts/distribute b/scripts/distribute index 639e4dd..d636880 100755 --- a/scripts/distribute +++ b/scripts/distribute @@ -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