Skip to content

Commit bd5b4f1

Browse files
add debug step to workflows
1 parent 6bd5821 commit bd5b4f1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
# need to fetch unshallow so that setuptools_scm can infer the version
3232
fetch-depth: 0
3333

34+
# debug
35+
- name: Git shorthash
36+
run: git rev-parse --short HEAD
37+
3438
- name: Python
3539
uses: actions/setup-python@v5
3640
with:
@@ -60,6 +64,10 @@ jobs:
6064
# need to fetch unshallow so that setuptools_scm can infer the version
6165
fetch-depth: 0
6266

67+
# debug
68+
- name: Git shorthash
69+
run: git rev-parse --short HEAD
70+
6371
- name: Python
6472
uses: actions/setup-python@v5
6573
with:

.github/workflows/release-pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
# see https://github.com/vyperlang/vyper/blob/8f9a8cac49aafb3fbc9dde78f0f6125c390c32f0/.github/workflows/build.yml#L27-L32
2626
fetch-depth: 0
2727

28+
# debug
29+
- name: Git shorthash
30+
run: git rev-parse --short HEAD
31+
2832
- name: Python
2933
uses: actions/setup-python@v5
3034
with:

0 commit comments

Comments
 (0)