-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version in conda-forge CI is 0.0.0 #73
Comments
I'm no expert in Anaconda matters, but it would appear that the build was done not from a git checkout, but an sdist? |
Yes, that's the preferred way of getting sources for Python packages on conda-forge. |
But setuptools_scm gets the version from git tags, so the sdist would not work properly. So either I should stop publishing sdists entirely, or find a mechanism in setuptools_scm that writes the version information in a file where setuptools could find it when installing from sdist? |
What about switching to hatch? |
I'm willing to entertain the idea, but this would probably require a PR because right now I have too much on my plate already with typeguard and anyio. |
No problem, maybe I'll try to do it. |
When installing Asphalt in the conda-forge CI, we get:
This prevents using
pip check
in jupyverse's feedstock:I cannot reproduce locally, but maybe there is an issue with
setuptools_scm
?The text was updated successfully, but these errors were encountered: