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
Publishing in Maven Central takes a while. This time, it took a very long time, and JReleaser timed out. This in turn caused the release job to fail, without deploying to PyPi.
But once the deployment to Maven Central is started, it cannot be taken back. Therefore the release will be published even though JReleaser failed. This leaves us in an inconsistent situation where the release is published on Maven Central, but not in PyPi.
The text was updated successfully, but these errors were encountered:
FWIW you can change the default settings for delay and retries to give JReleaser a bit more space. As you noted, once the deployment has started the remote may continue and succeed even if the local build fails due to timeout, as once a deployment publication is triggered the tool simply waits for a status change.
When we were using the previous configuration (Nexus), before migrating to the new Central publisher, we had an option to not close the release - requiring a later manual step, but avoiding this problem. Did I miss it in the docs, or is that no longer possible?
Publishing in Maven Central takes a while. This time, it took a very long time, and JReleaser timed out. This in turn caused the release job to fail, without deploying to PyPi.
But once the deployment to Maven Central is started, it cannot be taken back. Therefore the release will be published even though JReleaser failed. This leaves us in an inconsistent situation where the release is published on Maven Central, but not in PyPi.
The text was updated successfully, but these errors were encountered: