mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
also update pip platform on macos to 10.15
This commit is contained in:
parent
b258d7bd65
commit
3910b29b0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user