We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec1d6f commit 7f15a6bCopy full SHA for 7f15a6b
1 file changed
.github/workflows/release-binaries.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install Python dependencies
73
run: |
74
python -m pip install --upgrade pip
75
- pip install nuitka
+ pip install nuitka[onefile]
76
pip install .
77
78
- name: Create entry point script
0 commit comments