Skip to content

Commit d4c16fe

Browse files
committed
Add fetch-tags for the github action checkout step.
1 parent 376ad05 commit d4c16fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
fetch-tags: true
1416

1517
- name: Build dist
1618
run: pipx run build

0 commit comments

Comments
 (0)