Skip to content

Commit c7148a4

Browse files
committed
adding pyinstaller workflow
1 parent e1abd33 commit c7148a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyinstaller-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Make executable
2929
uses: sayyid5416/pyinstaller@v1
3030
with:
31-
python-version: ${{ matrix.python-version }}
31+
python-version: 3.12
3232
spec: 'packaging/gui-tklinux.spec'
3333
upload_exe_with_name: 'isp-programmer-${{ matrix.os }}'
3434
options: --onefile, --name "ISP Programmer", --windowed

0 commit comments

Comments
 (0)