We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994adf8 commit 963a550Copy full SHA for 963a550
README.md
@@ -82,7 +82,7 @@ pytest tests/
82
Releases are fully automated with [semantic-release](https://semantic-release.gitbook.io/). The pipeline will:
83
84
1. Inspect the commit history on `main` using Conventional Commits to determine the next semantic version.
85
-2. Prepare the Rust crate via `semantic-release-cargo`, ensuring `Cargo.toml` and the Python wheel share the same version.
+2. Prepare the Rust crate, using the next version (or a dev version if available).
86
3. Build wheels and source distributions with `maturin` and attach them to the GitHub release.
87
4. Publish the distribution artifacts to PyPI.
88
0 commit comments