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 6da3f21 commit c0a5302Copy full SHA for c0a5302
.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 --enable-plugin=TkinterPlugin install_coops_python.py
+ python -m nuitka --mingw64 --standalone --assume-yes-for-downloads --enable-plugin=tk-inter install_coops_python.py
27
- uses: actions/upload-artifact@v2
28
with:
29
name: install_coops_python.exe
0 commit comments