Fix Python build workflow to account for Linux/Windows

This commit is contained in:
thunderbiscuit
2023-02-28 14:24:51 -05:00
parent 90763d42a2
commit 488edf8bd2
6 changed files with 29 additions and 22 deletions

View File

@@ -13,8 +13,7 @@ pip install bdkpython
```shell
pip3 install --requirement requirements.txt
bash ./generate.sh
python3 setup.py --verbose bdist_wheel
pip3 install ./dist/bdkpython-<yourversion>-py3-none-any.whl
pip3 install ./dist/bdkpython-<yourversion>-py3-none-any.whl --force-reinstall
python -m unittest --verbose tests/test_bdk.py
```