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