Skip to content

Commit c88d649

Browse files
committed
Set fetch depth to get better versions
1 parent 7f0d1fe commit c88d649

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
@@ -98,6 +98,8 @@ jobs:
9898
steps:
9999
- name: Check out the repo
100100
uses: actions/checkout@v4
101+
with:
102+
fetch-depth: 0
101103

102104
- name: Set up QEMU
103105
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)