Skip to content

Commit 221dde0

Browse files
committed
Compilcacao com hints
1 parent 5e1e520 commit 221dde0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nuitka.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
pip install nuitka
2424
- name: build with nuitka
2525
run: |
26-
python -m nuitka --mingw64 --standalone --onefile --windows-disable-console --assume-yes-for-downloads --enable-plugin=tk-inter install_coops_python.py
26+
python get-hints.py install_coops_python.py
27+
python nuitka-hints.py install_coops_python.py
2728
- uses: actions/upload-artifact@v2
2829
with:
2930
name: install_coops_python.exe

0 commit comments

Comments
 (0)