Skip to content

Commit

Permalink
Ensure Setuptools-SCM can track back to the last tag
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Jan 26, 2024
1 parent 9b948e0 commit d868d83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stage.yml
Expand Up @@ -17,7 +17,9 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit d868d83

Please sign in to comment.