Skip to content

Commit

Permalink
get the fetch depth (for setuptools_scm)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot authored Oct 18, 2024
1 parent 9dc97c1 commit 3f31bf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build wheels
uses: pypa/[email protected]
Expand All @@ -34,6 +36,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

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

0 comments on commit 3f31bf8

Please sign in to comment.