File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -131,27 +131,12 @@ jobs:
131
131
- name : Install uv
132
132
run : |
133
133
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
134
- - name : Install Nuitka
135
- # XXX We cannot break the long "pip install" line below with a class "\" because it will not be able to run on
136
- # Windows' shell:
137
- # ParserError: D:\a\_temp\330d7ec7-c0bf-4856-b2d8-407b69be9ee2.ps1:4
138
- # Line |
139
- # 4 | --requirement https://raw.githubusercontent.com/kdeldycke/workflows/m …
140
- # | ~
141
- # | Missing expression after unary operator '--'.
142
- # yamllint disable rule:line-length
143
- run : |
144
- uv --no-progress venv --python 3.13
145
- uv --no-progress pip install --requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
146
- # yamllint enable
147
- - name : Nuitka + compilers versions
148
- run : |
149
- uv --no-progress run --frozen -- nuitka --version
150
134
- name : Build binary
151
135
run : >
152
- uv --no-progress run --frozen -- nuitka
153
- --onefile --assume-yes-for-downloads --output-filename=${{ matrix.bin_name }}
154
- ${{ matrix.module_path }}
136
+ uvx
137
+ --with-requirements https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
138
+ --
139
+ nuitka --onefile --assume-yes-for-downloads --output-filename=${{ matrix.bin_name }} ${{ matrix.module_path }}
155
140
- name : Upload binaries
156
141
157
142
with :
You can’t perform that action at this time.
0 commit comments