1
Fork 0

Removed environment variable for password. Prompted now

This commit is contained in:
Jake Howard 2015-12-11 08:49:05 +00:00
parent ede234a113
commit 98340e6858
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ echo ">> Building Packages..."
python setup.py build sdist
echo ">> Uploading Packages to PyPi..."
twine upload dist/* -u TheOrangeOne -p $PYPI_PASSWORD
twine upload dist/* -u TheOrangeOne