try
This commit is contained in:
parent
4670e271ca
commit
62ff73d0e7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
pip3 install "cffi>=1.17.1"
|
||||
pip3 install wheel
|
||||
pip3 install setuptools
|
||||
python setup.py bdist_wheel --plat-name macosx_10_15_x86_64
|
||||
python setup.py bdist_wheel
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
|
|
Reference in a new issue