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 69fdfbb commit b240ef3Copy full SHA for b240ef3
.github/workflows/build-macos.yml
@@ -19,15 +19,15 @@ jobs:
19
- name: Set up Python
20
uses: actions/[email protected]
21
with:
22
- python-version: '3.x' # Use the Python version you need
+ python-version: '3.13.0' # Use the Python version you need
23
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
pip install pyinstaller
28
29
- name: Build with PyInstaller
30
- run: pyinstaller --onefile --windowed spelling_checker_gui.py
+ run: pyinstaller --onedir --windowed spelling_checker_gui.py
31
32
- name: Archive build
33
0 commit comments