uploaded first version! :D
This commit is contained in:
@@ -10,6 +10,7 @@ fi
|
||||
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
python setup.py || { echo "setup.py failed!"; exit 1; }
|
||||
python setup.py sdist bdist_wheel || { echo "setup.py failed!"; exit 1; }
|
||||
|
||||
twine check dist/* || { echo "twine check failed!"; exit 1; }
|
||||
twine check dist/* || { echo "twine check failed!"; exit 1; }
|
||||
twine upload dist/* || { echo "twine upload failed!"; exit 1; }
|
||||
Reference in New Issue
Block a user