-
Notifications
You must be signed in to change notification settings - Fork 22
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
Allow jonhoo publish access to the crate #69
Comments
Adding me as an owner should be sufficient to allow me to publish new versions, and should require an org. In particular, you should just be able to do: $ cargo owner --add jonhoo But moving this repo into an org is probably a good idea anyway. In part because we could then possibly combine some of the work with what @djc and @sanmai-NL have been doing on |
Got a particular org name in mind ? Is 'rust-imap' good enough ? |
Yeah, I think |
I was also thinking |
ping @mattnenterprise |
ping @mattnenterprise |
@jonhoo: are you co-maintainer now? I cannot see it in the GitHub UI it appears. |
@sanmai-NL nope. I have push access to the repo, but am not an "Owner" on crates.io, so cannot publish new versions. |
ping @mattnenterprise |
1 similar comment
ping @mattnenterprise |
ping @mattnenterprise |
1 similar comment
ping @mattnenterprise |
I hope this can be resolved soon. I was already forced to use the git version due to the lack of updates and the issues with |
To those watching this issue: I've pinged the crates.io team and they're looking into what we might be able to do to move forward :) |
@jonhoo any update from the team? @mattnenterprise pretty please? |
|
Brief update from today:
|
@mattnenterprise Can you please take care of this? According to your GitHub history it looks like you're still active. This will only take a few seconds and would help a lot of people. |
@pycebs sadly it seems like @mattnenterprise is no longer watching this repository or checking the GitHub interface -- they're only pushing to private repositories. I've tried to reach out by e-mail, but to no avail. @dario23 is right that I'm touch with the crates.io people, and that transitioning through that process takes a while (we don't want people to be able to easily grab other people's crates after all!). I pinged @sgrif again yesterday, but haven't heard back yet. |
Would it make sense to rename/fork the project (maybe even temporarily)? Edit: Nevermind, I did not know how easy it was to depend on the latest github state of a library. |
@jonhoo: We’re not. Thanks for all your effort... |
I added the github url to my cargo.toml and it works just fine. So it's not super urgent.
|
@sgrif told me yesterday that he's hoping to get a resolution to this very soon! |
I now have publish access! I made some serious revisions to docs and crate organization earlier today in f83742d, and will push out |
First of all: Congratulations to finally getting publish access. This actually happened faster than I thought. But also: What an update! 0.9 docs improvements and look fantastic!! |
|
@jonhoo Would it be easier just to move this repo to an organization so you can publish to crates.io ?
The process of adding others is described at https://doc.rust-lang.org/cargo/reference/publishing.html#cargo-owner
I guess we could create a dummy organization and team, but never move the repo as an alternative. If you didn't want to move the repo.
The text was updated successfully, but these errors were encountered: