Skip to content

Commit f3b2928

Browse files
committed
Fetch all tags manually.
1 parent 0469c6f commit f3b2928

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)