Skip to content

Commit

Permalink
Added display of git describe/status after make develop
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Oct 9, 2024
1 parent fd16af9 commit 1eb2f26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eb2f26

Please sign in to comment.