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

Rate-limiting check doesn't respect "--no-publish" #584

Closed
Michael-F-Bryan opened this issue Oct 31, 2022 · 0 comments · Fixed by #585
Closed

Rate-limiting check doesn't respect "--no-publish" #584

Michael-F-Bryan opened this issue Oct 31, 2022 · 0 comments · Fixed by #585

Comments

@Michael-F-Bryan
Copy link
Contributor

Michael-F-Bryan commented Oct 31, 2022

When trying to publish the first version of a large workspace, I ran into the error message introduced in #545.

My plan was to do a cargo release --no-publish to bump all the version numbers then publish manually to avoid rate limits, but it seems like verify_rate_limit() gets called even when you won't push to crates.io.

$ cargo release 0.2.0-rc.1 --execute --no-publish
error: attempting to publish 18 new crates which is above the crates.io rate limit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant