This commit is contained in:
parent
76ebcfd5cd
commit
41e99548b4
@ -29,7 +29,7 @@ steps:
|
|||||||
- pip3 config set global.trusted-host "pypi.org files.pythonhosted.org pypi.python.org" --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org
|
- pip3 config set global.trusted-host "pypi.org files.pythonhosted.org pypi.python.org" --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org
|
||||||
- pip3 install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org pip setuptools
|
- pip3 install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org pip setuptools
|
||||||
- pip3 install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --ignore-installed -r requirements.txt
|
- pip3 install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --ignore-installed -r requirements.txt
|
||||||
- pyinstaller --onefile --name akmi-utils.bin -y --distpath --distpath /drone/src/out/ /drone/src/widget.py
|
- pyinstaller --onefile --name akmi-utils.bin -y --distpath /drone/src/out/ /drone/src/widget.py
|
||||||
- deactivate
|
- deactivate
|
||||||
- cp -v out/akmi-utils.bin dist/
|
- cp -v out/akmi-utils.bin dist/
|
||||||
# clean up
|
# clean up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user