Commit 9a7b4cc
committed
fetch entire repo to have tags for determining package version
By default the actions/checkout@v2 fetches only the last commit without
any other meta-data including tags. Thus when setuptools_scm attempts
to determine the version from git, it sees no tags, and cannot determine
the version or the distance from the last tag (for dev builds).1 parent 6aca675 commit 9a7b4cc
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments