We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c471 commit b3f2ed8Copy full SHA for b3f2ed8
.github/workflows/release.yaml
@@ -133,7 +133,7 @@ jobs:
133
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
134
- name: Build binary
135
run: >
136
- uvx
+ uv run
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 }}
0 commit comments