Removed environment variable for password. Prompted now
This commit is contained in:
parent
ede234a113
commit
98340e6858
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue