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 f4612dc commit c850e70Copy full SHA for c850e70
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
python -m pip install --upgrade pip
101
pip3 install cffi
102
pip3 install wheel
103
- python setup.py bdist_wheel --plat-name macosx_12_0_arm64 --py-limited-api=cp37
+ python setup.py bdist_wheel --plat-name macosx_12_0_arm64
104
105
106
- name: Upload build Artifact wheel
0 commit comments