From 8c6745100c75540b1e807d4a971ea9fd5176008b Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sat, 25 Apr 2026 23:24:20 +1000 Subject: [PATCH] fixup yaml (god do I hate yaml) --- .github/workflows/maturin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index d113152..0ffce7a 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -203,8 +203,9 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: astral-sh/setup-uv@v7 - name: Install ifstools (builds the native extension via maturin) - run: uv venv --clear - run: uv pip install . pyinstaller==6.19.0 + run: | + uv venv --clear + uv pip install . pyinstaller==6.19.0 - name: Build standalone exe run: uv run pyinstaller --onefile --name ifstools ifstools_bin.py - uses: actions/upload-artifact@v6