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
about: "Create a new release [for release managers only]"
4
+
title: "Release MAJOR.MINOR.PATCH"
5
+
---
6
+
7
+
-[ ] Bump the bdk-ffi submodule to the release tag in bdk-ffi.
8
+
-[ ] Delete the `dist`, `build`, and `bdkpython.egg-info` and rust `target` directories to make sure you are building the library from scratch without any caches.
9
+
-[ ] Start the virtual environment.
10
+
-[ ] Build the library.
11
+
12
+
```shell
13
+
just clean
14
+
source .localpythonenv/bin/activate
15
+
pip install --requirement requirements.txt
16
+
bash ./scripts/generate-macos-arm64.sh # run the script for your particular platform
0 commit comments