Skip to content

Commit 1088352

Browse files
committed
Fix getting the release through the pyproject toml and setuptools-scm
1 parent f47be33 commit 1088352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v4
7676
with:
7777
fetch-depth: 0
78-
78+
fetch-tags: true
7979
- run: git status && git tag --list && pwd
8080
- uses: actions/setup-python@v5
8181
with:

0 commit comments

Comments
 (0)