Skip to content

Commit

Permalink
Merge pull request #42 from FrameworkComputer/python-312
Browse files Browse the repository at this point in the history
python: Upgrade to windows pyinstaller to Python 3.12
  • Loading branch information
JohnAZoidberg authored Nov 24, 2024
2 parents 010f1c4 + 78a5f61 commit 7181b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
Invoke-WebRequest -Uri https://github.com/FrameworkComputer/qmk_firmware/releases/download/v0.1.6/framework_gridpad_default.uf2 -OutFile releases\0.1.6\framework_gridpad_default.uf2
# To run locally, need to make sure to include the pywin32 DLL
# pyinstaller --onefile, --name "python/qmk_gui/gui.py", --windowed, --add-data "releases;releases" --path C:\users\skype\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\Python311\site-packages\pywin32_system32 --icon=res\logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid python/qmk_hid/gui.py
# pyinstaller --onefile, --name "python/qmk_gui/gui.py", --windowed, --add-data "releases;releases" --path C:\users\skype\appdata\local\packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\localcache\local-packages\Python312\site-packages\pywin32_system32 --icon=res\logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid python/qmk_hid/gui.py
- name: Create Executable
uses: JohnAZoidberg/pyinstaller-action@dont-clean
with:
python_ver: '3.11'
python_ver: '3.12'
spec: python/qmk_hid/gui.py
requirements: 'python/requirements.txt'
upload_exe_with_name: 'qmk_gui.exe'
Expand Down

0 comments on commit 7181b7e

Please sign in to comment.