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

ci: remove cargo-workspaces in favor of cargo #27

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

Stonks3141
Copy link
Member

We were using cargo-workspaces to publish only when there is a new version, but that required compiling it on every CI run. This patch inspects the crates.io manifest and runs cargo publish if there is a new version to publish.

We were using cargo-workspaces to publish only when there is a new version, but that required compiling it on every CI run. This patch inspects the crates.io manifest and runs `cargo publish` if there is a new version to publish.
@Stonks3141 Stonks3141 merged commit 3db17f9 into main Jan 30, 2024
8 checks passed
@Stonks3141 Stonks3141 deleted the manifest-publish branch January 30, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant