From 41e99548b49eb14ac9bc64539f22fb6f47e07513 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Thu, 11 Jul 2024 05:49:31 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a42c316..eb89369 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 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 - - 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 - cp -v out/akmi-utils.bin dist/ # clean up