Skip to content

Commit 7315dc8

Browse files
committed
fix: README build wheel prcess
1 parent 71fc790 commit 7315dc8

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
@@ -24,7 +24,7 @@ source .localpythonenv/bin/activate
2424

2525
bash scripts/generate-macos-arm64.sh
2626

27-
python3 -m build
27+
python3 -m build --wheel --outdir dist --verbose
2828

2929
pip3 install ./dist/bdkpython-<yourversion>.whl --force-reinstall
3030

0 commit comments

Comments
 (0)