Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ version-check failure:
2. **Stale tags** (a fork that has not fetched upstream in a while): you get a
plausible-looking but wrong version, e.g. `13.0.4.dev650+g0d22cb44` when the
real latest tag is `v13.4.2`. Nothing warns you. Note there is no leading
`v` — the tag prefix is stripped by `tag_regex`.
`v` — `setuptools-scm` strips the tag prefix.
3. **No git metadata** (source zip): the build fails with
`LookupError: setuptools-scm was unable to detect version`.

Expand Down
Loading
Loading