You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 uploadreads 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 !
The text was updated successfully, but these errors were encountered:
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: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'spypi
and Rust'scargo
, after signing up initially, I can simply upload my package.I would greatly appreciate a clarification, thanks !
The text was updated successfully, but these errors were encountered: