update docs

This commit is contained in:
richard 2022-06-30 09:52:27 +01:00
parent 6e37934266
commit 53ca2fb40c
6 changed files with 47 additions and 20 deletions

View file

@ -52,7 +52,7 @@ jobs:
python -m pip install --upgrade pip
pip3 install cffi
pip3 install wheel
python setup.py bdist_wheel --plat-name macosx_10_14_x86_64 --py-limited-api=cp37
python setup.py bdist_wheel --plat-name macosx_10_15_x86_64 --py-limited-api=cp37
- name: Upload build Artifact wheel
uses: actions/upload-artifact@v2.2.4