1 parent 5c78ea2 commit 9cc6704Copy full SHA for 9cc6704
1 file changed
.github/workflows/build.yml
@@ -36,8 +36,6 @@ jobs:
36
run: |
37
uv run python -m nuitka \
38
--standalone \
39
- --onefile \
40
- --nofollow-imports-to=mypy \
41
--python-flag=-m \
42
--output-filename=crow-client \
43
src/client
@@ -49,8 +47,6 @@ jobs:
49
47
50
48
uv run python -m nuitka `
51
--standalone `
52
- --onefile `
53
- --nofollow-imports-to=mypy `
54
--python-flag=-m `
55
--output-filename=crow-client `
56
0 commit comments