From 1eb2f2650f8c4697bee10d538b13db4902621962 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Wed, 9 Oct 2024 18:08:44 +0200 Subject: [PATCH] Added display of git describe/status after make develop Signed-off-by: Andreas Maier --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2218bc6..0e366bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -183,6 +183,12 @@ jobs: pip list #-------- Publishing of package + - name: Display git status + run: | + git status + - name: Display git describe + run: | + git describe --dirty --tags --long --match "*[0-9]*" - name: Display package version run: | SETUPTOOLS_SCM_DEBUG=1 python -m setuptools_scm