This commit is contained in:
Richard Smith 2024-10-16 19:03:30 +01:00
parent 5dafa4e99a
commit e97135eb8c
4 changed files with 7 additions and 6 deletions

View file

@ -76,7 +76,7 @@ jobs:
pip3 install "cffi>=1.17.1"
pip3 install wheel
pip3 install setuptools
python setup.py bdist_wheel
python setup.py bdist_wheel --plat-name macosx_10_13_x86_64
- name: Test
run: |