Skip to content

Commit f64378b

Browse files
committed
Fix tag fetching for setuptools_scm version detection
1 parent 09dd893 commit f64378b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0 # Full history needed for setuptools_scm
21+
fetch-tags: true # Explicitly fetch tags for version detection
2122

2223
- name: Setup Python
2324
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)