Skip to content

Commit 963a550

Browse files
committed
fix: trigger build with readme update
1 parent 994adf8 commit 963a550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pytest tests/
8282
Releases are fully automated with [semantic-release](https://semantic-release.gitbook.io/). The pipeline will:
8383

8484
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.
85+
2. Prepare the Rust crate, using the next version (or a dev version if available).
8686
3. Build wheels and source distributions with `maturin` and attach them to the GitHub release.
8787
4. Publish the distribution artifacts to PyPI.
8888

0 commit comments

Comments
 (0)