chore: update minor_release template

This commit is contained in:
thunderbiscuit 2023-09-12 11:38:18 -04:00
parent b7e38b18be
commit 743862fb60
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -47,7 +47,7 @@ swift test
```shell
cd ./bdk-python/
pip3 install --requirement requirements.txt
bash ./generate.sh
bash ./scripts/generate-macos-arm64.sh # run the script for your particular platform
python3 setup.py --verbose bdist_wheel
```
15. - [ ] Run the tests and adjust if necessary