Commit a532951
authored
Clone whole repo for tag metadata (#70)
This PR fixes a warning that occurs during the release build by cloning
the repo with all history.
```
/home/runner/work/_temp/setup-uv-cache/.../lib/python3.12/site-packages/setuptools_scm/git.py:202:
UserWarning: "/home/runner/work/aurora-dsql-django/aurora-dsql-django" is shallow and may cause errors
```
I think the warning is harmless in practice since the tag information is
able to be retrieved based on the successful release, but this should
prevent the warning and any future potential issues.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent 79113c6 commit a532951
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments