Skip to content

Commit 69146c0

Browse files
committed
Fix checkout for dispatch test
1 parent fe209b0 commit 69146c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/builds.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- name: Checkout source
3232
uses: actions/checkout@v5
3333
with:
34+
fetch-depth: 150
35+
fetch-tags: true
3436
persist-credentials: false
3537

3638
- name: Build wheels
@@ -49,8 +51,10 @@ jobs:
4951
steps:
5052
- uses: actions/checkout@v5
5153
with:
54+
fetch-depth: 150
55+
fetch-tags: true
5256
persist-credentials: false
53-
57+
5458
- name: Build sdist
5559
run: pipx run build --sdist
5660

0 commit comments

Comments
 (0)