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 66ca492 commit 6b89072Copy full SHA for 6b89072
README.md
@@ -23,7 +23,7 @@ Usage :
23
# To build the SDK/crypto library binaries from the matrix-rust-sdk repo:
24
./scripts/build.sh -p <matrix-rust-sdk-path> -m <sdk/crypto> -r
25
# To release the built SDK/crypto library binaries to maven:
26
-python3 ./scripts/release_sdk.py --version <version> --linkable-ref <sdk-branch/SHA> --module <SDK/CRYPTO>
+python3 ./scripts/publish_release.py --version <version> --linkable-ref <sdk-branch/SHA> --module <SDK/CRYPTO>
27
```
28
29
## Testing locally
0 commit comments