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 3094368 commit 6da3f21Copy full SHA for 6da3f21
.github/workflows/nuitka.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install nuitka
24
- name: build with nuitka
25
run: |
26
- python -m nuitka --mingw64 --standalone --assume-yes-for-downloads install_coops_python.py
+ python -m nuitka --mingw64 --standalone --assume-yes-for-downloads --enable-plugin=TkinterPlugin install_coops_python.py
27
- uses: actions/upload-artifact@v2
28
with:
29
name: install_coops_python.exe
0 commit comments