We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e0c2a commit a34dc17Copy full SHA for a34dc17
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
run: bash ./.github/scripts/install-macos-deps.sh
66
67
- name: Build
68
- run:
+ run: |
69
python setup.py bdist_wheel --py-limited-api=cp36
70
BTCLIB_LIBSECP256K1_DYNAMIC=true python setup.py bdist_wheel --py-limited-api=cp36
71
# python setup.py bdist_wheel --plat-name=macosx_11_x86_64
0 commit comments