We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97764c commit d15f1a1Copy full SHA for d15f1a1
1 file changed
.github/workflows/release.yml
@@ -42,6 +42,7 @@ jobs:
42
pip install -e .
43
44
- name: Build binary with PyInstaller
45
+ shell: bash
46
run: |
47
pyinstaller \
48
--onefile \
0 commit comments