We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42581bb commit 948a82dCopy full SHA for 948a82d
.github/workflows/tests+artifacts+pypi.yml
@@ -52,6 +52,7 @@ jobs:
52
- uses: actions/checkout@v2
53
with:
54
submodules: recursive
55
+ fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
56
57
- uses: actions/setup-python@v1
58
0 commit comments