We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a92838 + 16f3374 commit 7342249Copy full SHA for 7342249
1 file changed
.github/workflows/python-publish.yml
@@ -15,6 +15,9 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v2
18
+ with:
19
+ # Fetch all history so that setuptools_scm works correctly
20
+ fetch-depth: 0
21
- name: Set up Python
22
uses: actions/setup-python@v2
23
with:
0 commit comments