also update pip platform on macos to 10.15

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-04 13:03:38 +01:00
parent b258d7bd65
commit 3910b29b0b

View File

@ -9,5 +9,5 @@ $PYDIR/python3 --version
$PYDIR/pip3 install --user numpy twine scikit-build wheel
export CMAKE_OSX_ARCHITECTURES='arm64;x86_64'
$PYDIR/python3 setup.py bdist_wheel --plat-name macosx-10.14-universal2 -j10
$PYDIR/python3 setup.py bdist_wheel --plat-name macosx-10.15-universal2 -j10
$PYDIR/python3 -m twine upload --repository testpypi dist/*.whl