-
Notifications
You must be signed in to change notification settings - Fork 27
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
[question] python_requires and build infos #73
Comments
Hi @dazze1812 Thanks for your question. The observation is correct. The We have recently added full information about |
I am having a look, indeed the extension is not modeling |
Implemented conan-io/conan#14886 for next Conan 2.0.14 |
The fix for Conan client was merged, started to fix the buildInfo command in #74 |
What is your question?
Hi!
the dependency graph of a python_require package does not include any modules. There is only node "0".
This results in a build info (created with "conan art:build-info create") not containing any modules.
When uploading the build info to Artifactory, the build is not linked to the package files in the repository and it is not possible to promote such a build.
How can I promote builds of python_require packages in Artifactory?
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: