Skip to content

Commit

Permalink
CI: Use fetch-depth: 0 to get sensible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 13, 2023
1 parent 7d6de65 commit 70c27eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- name: Build and check package
run: |
Expand Down

0 comments on commit 70c27eb

Please sign in to comment.