Skip to content

Commit ff9521c

Browse files
committed
Also checkout tags when building sdist
1 parent 588adb2 commit ff9521c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- uses: actions/checkout@v4
71+
fetch-depth: 0
72+
fetch-tags: true
7173
- name: Build sdist
7274
run: pipx run build --sdist
7375
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)