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 2badbc9 commit 1be13b0Copy full SHA for 1be13b0
.github/workflows/nuitka.yml
@@ -23,8 +23,7 @@ jobs:
23
pip install nuitka
24
- name: build with nuitka
25
run: |
26
- python get-hints.py install_coops_python.py
27
- python nuitka-hints.py install_coops_python.py
+ python -m nuitka --mingw64 --standalone --onefile --windows-disable-console --assume-yes-for-downloads --enable-plugin=tk-inter install_coops_python.py
28
- uses: actions/upload-artifact@v2
29
with:
30
name: install_coops_python.exe
0 commit comments