We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1abd33 commit c7148a4Copy full SHA for c7148a4
.github/workflows/pyinstaller-package.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Make executable
29
uses: sayyid5416/pyinstaller@v1
30
with:
31
- python-version: ${{ matrix.python-version }}
+ python-version: 3.12
32
spec: 'packaging/gui-tklinux.spec'
33
upload_exe_with_name: 'isp-programmer-${{ matrix.os }}'
34
options: --onefile, --name "ISP Programmer", --windowed
0 commit comments