From 743862fb60085f2cf30110dbb0d8d01c6d1499d8 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 12 Sep 2023 11:38:18 -0400 Subject: [PATCH] chore: update minor_release template --- .github/ISSUE_TEMPLATE/minor_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/minor_release.md b/.github/ISSUE_TEMPLATE/minor_release.md index 9f40bc8..f4c4be4 100644 --- a/.github/ISSUE_TEMPLATE/minor_release.md +++ b/.github/ISSUE_TEMPLATE/minor_release.md @@ -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