Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 49d8adc

Browse files
authored
Update python-app.yml
1 parent 1bec394 commit 49d8adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2525
- name: Build Binary
2626
run: |
27-
pyinstaller chdb-cli.py --strip --noupx
27+
pyinstaller chdb-cli.py --strip --noupx --onefile --nowindow
2828
- uses: alice-biometrics/release-creator/@v1.0.5
2929
continue-on-error: true
3030
with:

0 commit comments

Comments
 (0)