Skip to content

Commit c2148fc

Browse files
committed
Merge branch 'dev/fix-fetch-tag-again-again'
2 parents 0469c6f + f3b2928 commit c2148fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17+
- name: Fetch all tags
18+
run: git fetch --tags
19+
1720
- name: Build dist
1821
run: pipx run build
1922

0 commit comments

Comments
 (0)