Add verbose debugging and specify package versions for Windows build

This commit is contained in:
Quality App Developer
2026-02-05 10:07:21 +02:00
parent 9bfc40d733
commit 82949fb9bf
2 changed files with 13 additions and 2 deletions

View File

@@ -27,6 +27,17 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_windows.txt
- name: Verify build setup
run: |
echo "Python version:"
python --version
echo "Installed packages:"
pip list
echo "Current directory:"
cd %CD%
echo "Files in directory:"
dir /B
- name: Build executable with PyInstaller
run: python build_exe.py

View File

@@ -1,5 +1,5 @@
python-barcode
pillow
kivy
kivy>=2.1.0
reportlab
pyinstaller
pyinstaller>=6.0.0