Skip to content

Update python-app.yml #8

Update python-app.yml

Update python-app.yml #8

Workflow file for this run

name: Create Windows Executable
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.8.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cacao-accounting flaskwebgui pyvan
- name: Create Excutable
run: |
pyvan cacaoaccounting.py --no-console --icon-file assets/icon.ico --python-version 3.8.10