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

Cargo release blocks with Waiting for publish to complete... when using alternative registry #368

Closed
metaclips opened this issue Dec 9, 2021 · 2 comments
Labels
bug Not as expected

Comments

@metaclips
Copy link

metaclips commented Dec 9, 2021

Using alternative registry estuary, cargo-release blocks while publishing workspace packages. This seems to be due to cargo release searching crates.io as the source of truth if the crate has been updated.

@epage epage added the bug Not as expected label Dec 10, 2021
@epage
Copy link
Collaborator

epage commented Dec 10, 2021

Yes, we need

  • To read the users registry like cargo does
  • Support for waiting for registries besides the default

In the mean time, you can specify the registry in your release.toml.

@epage
Copy link
Collaborator

epage commented Apr 16, 2024

With cargo now blocking, we've instead stopped blocking ourselves. See #743

@epage epage closed this as completed Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not as expected
Projects
None yet
Development

No branches or pull requests

2 participants