forgot one limited-api
This commit is contained in:
parent
f4612dc204
commit
c850e70f5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip3 install cffi
|
||||
pip3 install wheel
|
||||
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
|
||||
|
||||
|
||||
- name: Upload build Artifact wheel
|
||||
|
|
Reference in a new issue