Skip to content

Commit 9cc6704

Browse files
committed
Remove unnecessary Nuitka flags from build configuration
1 parent 5c78ea2 commit 9cc6704

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
run: |
3737
uv run python -m nuitka \
3838
--standalone \
39-
--onefile \
40-
--nofollow-imports-to=mypy \
4139
--python-flag=-m \
4240
--output-filename=crow-client \
4341
src/client
@@ -49,8 +47,6 @@ jobs:
4947
run: |
5048
uv run python -m nuitka `
5149
--standalone `
52-
--onefile `
53-
--nofollow-imports-to=mypy `
5450
--python-flag=-m `
5551
--output-filename=crow-client `
5652
src/client

0 commit comments

Comments
 (0)