update drone

This commit is contained in:
Mathieu Broillet 2023-06-09 15:15:38 +02:00
parent c9af80fa86
commit 46eb10ddae

View File

@ -4,7 +4,7 @@ name: build_python_project
steps: steps:
- name: build - name: build
image: python/alpine image: python:alpine
commands: commands:
- pip install -r requirements.txt - pip install -r requirements.txt
- python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename "ProxmoxDeploy${DRONE_TAG##v}.exe" - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename "ProxmoxDeploy${DRONE_TAG##v}.exe"