Skip to content

Commit 3650c7b

Browse files
committed
fetch full depth
1 parent c15d8d2 commit 3650c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0 # Fetch full history, necessary for git describe in setup.py
1113

1214
- name: Build sdist
1315
run: pipx run build --sdist

0 commit comments

Comments
 (0)