Skip to content

Commit 1e02f56

Browse files
committed
debug version string generation
1 parent 187f4b5 commit 1e02f56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Run internal tests
2626
run: |
2727
pytest tests/agrirouter/internal --junitxml=junit/test-results.xml
28+
- name: Show git status to debug version string generation
29+
run: git status
2830
- name: Build a binary wheel and a source tarball
2931
run: python3 -m build
3032
- name: Store the distribution packages

0 commit comments

Comments
 (0)