Commit ed8d3f4
authored
Do a full clone so that we have enough information to determine the release (#29)
This PR ensures that in the release workflow we do a full clone, so that setuptools_scm has enough information to compute a version number.
We don't strictly need this if we only ever expect to be making releases from a tagged commit (which seems likely), but the failure mode if this is left out is that we compute a wrong version. So it seems better to include it. If some future version of setuptools_scm makes this an error, it should be safe to remove this.
See pypa/setuptools-scm#480 for more discussion.1 parent 5751a56 commit ed8d3f4
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments