Fixed package command
This commit is contained in:
parent
a2c9119836
commit
b48707ada0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -eu
|
||||||
[ -z "$CIRCLE_USERNAME" ] && { echo "Must be run on CircleCI."; exit 1;}
|
[ -z "$CIRCLE_USERNAME" ] && { echo "Must be run on CircleCI."; exit 1;}
|
||||||
|
|
||||||
echo ">> Building Packages..."
|
echo ">> Building Packages..."
|
||||||
python setup.py build sdist bdist bdist_dumb
|
python setup.py build sdist
|
||||||
|
|
||||||
echo ">> Uploading Packages to PyPi..."
|
echo ">> Uploading Packages to PyPi..."
|
||||||
twine upload dist/* -u TheOrangeOne -p $PYPI_PASSWORD
|
twine upload dist/* -u TheOrangeOne -p $PYPI_PASSWORD
|
||||||
|
|
Reference in a new issue