File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ jobs:
148148 # https://github.com/astral-sh/uv/issues/12906
149149 # https://docs.astral.sh/uv/reference/cli/#uv-python
150150 run : >
151- uv run
152- ${{ matrix.os == 'windows-11-arm' && '--managed-python --python cpython-3.13-windows-aarch64-none' || '' }}
151+ uv run --managed-python
152+ --python ${{ matrix.os == 'windows-11-arm' && 'cpython-3.13-windows-aarch64-none' || '3.13 ' }}
153153 --with-requirements https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
154154 --
155155 nuitka --onefile --assume-yes-for-downloads --output-filename=${{ matrix.bin_name }} ${{ matrix.module_path }}
Original file line number Diff line number Diff line change 66> This version is not released yet and is under active development.
77
88- Use ` uv ` -provided ARM64 Python on ` windows-11-arm ` platform for Nuitka builds.
9+ - Force use of latest ` 3.13 ` Python for all platforms for Nuitka builds.
910
1011## [ 4.17.5 (2025-06-26)] ( https://github.com/kdeldycke/workflows/compare/v4.17.4...v4.17.5 )
1112
You can’t perform that action at this time.
0 commit comments