Update .gitea/workflows/pyinstaller.yml
Versatile PyInstaller / pyinstaller-build (push) Failing after 16s

This commit is contained in:
2025-06-07 17:20:36 +00:00
parent 6c5605685f
commit 6e6a454179
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Create Executable - name: Create Executable
uses: sayyid5416/pyinstaller@v1 uses: sayyid5416/pyinstaller@v1
with: with:
python_ver: '3.6' python-version: 3.14
pyinstaller_ver: '==5.13.2' pyinstaller_ver: '==5.13.2'
spec: 'src/build.spec' spec: 'src/build.spec'
requirements: 'src/requirements.txt' requirements: 'src/requirements.txt'