Skip to content

Commit

Permalink
fetch more git history to generate version number
Browse files Browse the repository at this point in the history
  • Loading branch information
arska committed Jun 8, 2024
1 parent a7da2b9 commit f474e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # check out more git history to generate version number https://github.com/pypa/setuptools_scm/issues/480
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f474e0d

Please sign in to comment.