Skip to content

Commit

Permalink
Include tags in the fetch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 3, 2024
1 parent de46605 commit 1c69dc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/distribute_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- uses: actions/checkout@v4
with:
# We need quite a deep fetch so that we get the versioning right
fetch-depth: 500
fetch-depth: 500
fetch-tags: true

- name: Install dependencies
run: |
Expand Down Expand Up @@ -92,7 +93,8 @@ jobs:
- uses: actions/checkout@v4
with:
# We need quite a deep fetch so that we get the versioning right
fetch-depth: 500
fetch-depth: 500
fetch-tags: true

- name: Build sdist
run: pipx run build --sdist
Expand Down

0 comments on commit 1c69dc6

Please sign in to comment.