You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use git tag instead of package spec for griffe comparison
Griffe's --against parameter expects a git ref, not a package spec.
Changed from 'setuptools-scm==X.Y.Z' to git tag format 'vX.Y.Z'.
Falls back to v9.2.1 if no tag is found.
0 commit comments