Skip to content
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] How can I as a library author upload my package to ConanCenter ? #26272

Open
iv461 opened this issue Dec 30, 2024 · 0 comments
Open
Labels
question Further information is requested

Comments

@iv461
Copy link

iv461 commented Dec 30, 2024

What is your question?

I've recently started using conan to manage my dependencies and I think it's really great. Now I have written a small open source library that I would like to publish as a conan package on the public infrastructure ConanCenter, so that everyone can use it easily.

I looked everywhere in the conan/conan-center documentation, but found nothing specific about uploading to ConanCenter. The documentation on conan upload reads like as if simply uploading to conancenter should work, but it doesn't:

conan upload norm_constrained_qp_solver/0.1.0 -r conancenter
======== Uploading to remote conancenter ========

-------- Checking server existing packages --------
norm_constrained_qp_solver/0.1.0: Checking which revisions exist in the remote server

-------- Preparing artifacts for upload --------

-------- Uploading artifacts --------
ERROR: 404 Not found. [Remote: conancenter]

So I assume the server is configured to reject uploads.

After looking at this issue, I get the impression that publishing to ConanCenter is currently only possible by going through the manual pull request-based moderation process, is this true ?

If yes, why is this ? In other package ecosystems like JavaScript's npm, Python's pypi and Rust's cargo, after signing up initially, I can simply upload my package.

I would greatly appreciate a clarification, thanks !

@iv461 iv461 added the question Further information is requested label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant