From 310b85df1bcb8594e0d644dfc43d966a8d5a9a81 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 19:22:12 +0000 Subject: [PATCH] Pin published wheel version to the release tag via SETUPTOOLS_SCM_PRETEND_VERSION Co-Authored-By: michael.d.starch --- .github/workflows/native-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 79f254995..16a142e4f 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -191,6 +191,10 @@ jobs: name: build-jar path: ${{ inputs.output-directory }} - name: "Run Builder" + env: + # Pin the version to the release tag; `git describe` may pick an older + # tag on the same commit. Empty (non-release) values are ignored. + SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.release.tag_name }} run: | pip install build cp -vr ${{ inputs.output-directory }}/*.jar python/fprime_fpp/