From 4b03dec3c3a67a7e1886862f5a799a3ea03f07b1 Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:29:36 -0800 Subject: [PATCH 1/2] Updates for Release --- .github/workflows/pyinstaller.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pyinstaller.yaml b/.github/workflows/pyinstaller.yaml index 933f278..55d62d5 100644 --- a/.github/workflows/pyinstaller.yaml +++ b/.github/workflows/pyinstaller.yaml @@ -77,13 +77,15 @@ jobs: version: ${{ inputs.version }} initpy-files: ${{ inputs.version-file }} - - name: "Debug Version" - continue-on-error: true - shell: bash + - name: "Update UV Version" + if: ${{ inputs.version }} run: | + uv version ${{ inputs.version }} + echo "::group::${{ inputs.version-file }}" cat ${{ inputs.version-file }} + echo "::endgroup::" - - name: "Version" + - name: "Parse Version" # Note: packaging is not available on macos-latest by default if: ${{ matrix.os == 'windows-latest' && inputs.windows-file }} id: version @@ -108,7 +110,7 @@ jobs: uvx toml-run win-version -- --version "${{ env.version }}" - name: "Debug Windows Version" - if: ${{ matrix.os == 'windows-latest' }} + if: ${{ matrix.os == 'windows-latest' && inputs.windows-file }} continue-on-error: true shell: bash run: | From 1a48bde0fba0b953c3513fc8f7abb23ae9ec4b10 Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:33:45 -0800 Subject: [PATCH 2/2] Update snapcraft.yaml for later --- .github/workflows/snapcraft.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapcraft.yaml b/.github/workflows/snapcraft.yaml index 83378fc..4366ca5 100644 --- a/.github/workflows/snapcraft.yaml +++ b/.github/workflows/snapcraft.yaml @@ -56,10 +56,13 @@ jobs: version: ${{ inputs.version }} initpy-files: ${{ inputs.version-file }} - - name: "Debug Version" - continue-on-error: true + - name: "Update UV Version" + if: ${{ inputs.version }} run: | + uv version ${{ inputs.version }} + echo "::group::${{ inputs.version-file }}" cat ${{ inputs.version-file }} + echo "::endgroup::" # https://documentation.ubuntu.com/snapcraft/stable/how-to/crafting/configure-package-information/#configure-package-information - name: "Update Snap Version"