We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dd893 commit f64378bCopy full SHA for f64378b
1 file changed
.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: actions/checkout@v6
19
with:
20
fetch-depth: 0 # Full history needed for setuptools_scm
21
+ fetch-tags: true # Explicitly fetch tags for version detection
22
23
- name: Setup Python
24
uses: actions/setup-python@v6
0 commit comments