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