Skip to content

No local version in setuptools_scm - #32

Merged
jo-mueller merged 1 commit into
ome:mainfrom
jo-mueller:no-local-version-on-build
Nov 27, 2025
Merged

No local version in setuptools_scm#32
jo-mueller merged 1 commit into
ome:mainfrom
jo-mueller:no-local-version-on-build

Conversation

@jo-mueller

Copy link
Copy Markdown
Contributor

Currently, the readthedocs build is failing because the build tool (setuptools_scm) doesn't know how to create a new local version from the git tag. Essentially, when it installs a version (i.e., 0.6.dev1), it tries to create a local version of this like 0.6.dev1+098234, which can be helpful to distinguish a local development version from a released version. I'm not sure this is strictly relevant here, so this PR will make stuptools just install stuff with the latest git tag.

Tested with a RTD build on this branch, works 👍

@jo-mueller jo-mueller added bug Something isn't working documentation Improvements or additions to documentation labels Nov 27, 2025
@github-actions

Copy link
Copy Markdown

Automated Review URLs

@jo-mueller
jo-mueller merged commit f7ed63b into ome:main Nov 27, 2025
2 of 3 checks passed
@jo-mueller jo-mueller mentioned this pull request Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant