Skip to content

Commit

Permalink
add fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Nov 29, 2024
1 parent 1984e8a commit 939a8ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: See versioning
run: git describe
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

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

0 comments on commit 939a8ec

Please sign in to comment.