Skip to content

Commit 7342249

Browse files
authored
Merge pull request #74 from davidhewitt/fix-publish
Also fetch tag history when releasing
2 parents 5a92838 + 16f3374 commit 7342249

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
with:
19+
# Fetch all history so that setuptools_scm works correctly
20+
fetch-depth: 0
1821
- name: Set up Python
1922
uses: actions/setup-python@v2
2023
with:

0 commit comments

Comments
 (0)