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
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Problem
The 0.10.0 release could not be published due to an issue which was only apparent after the release was made.
#240
Proposed solution
To avoid this we can modify the
publish.yml
workflow to accept a "dry-run" argument which would usecargo publish
's--dry-run
flag (https://doc.rust-lang.org/cargo/commands/cargo-publish.html#publish-options)This could be integrated into the release PR's CI, ensuring that it can only be merged if the release can be published.
Alternatives considered
No response
Additional context
No response
Submission Checklist
The text was updated successfully, but these errors were encountered: