Skip to content

Commit 4e0a8e8

Browse files
committed
Fix pypi job: fetch full history for setuptools-scm
1 parent 4f31d6d commit 4e0a8e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ jobs:
111111
- uses: actions/checkout@v6
112112
with:
113113
ref: ${{ needs.release.outputs.tag }}
114+
# Fetch all history including tags.
115+
# Needed for setuptools-scm version detection.
116+
fetch-depth: 0
114117
persist-credentials: false
115118

116119
- name: Install uv

0 commit comments

Comments
 (0)