We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f0872f + 16530a9 commit fd5fa3eCopy full SHA for fd5fa3e
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,8 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
ref: ${{ github.event.release.tag_name }}
21
- fetch-depth: 0 # required for setuptools-scm to resolve version from tag
+ fetch-depth: 0 # required for setuptools-scm to resolve version from tag
22
+ fetch-tags: true # explicitly fetch all tags so setuptools-scm finds the release tag
23
24
- name: Install uv
25
uses: astral-sh/setup-uv@v6
0 commit comments