change pip build to vs 17 2022

This commit is contained in:
Christopher Lackner 2025-05-22 15:29:27 +02:00
parent f887c60bde
commit 9c6397f10a

View File

@ -17,5 +17,5 @@ if ($LASTEXITCODE -ne 0) {
}
& $pydir\python.exe -m pip install scikit-build wheel numpy twine pybind11-stubgen
& $pydir\python.exe -m pip install --upgrade netgen-occt==7.8.1 netgen-occt-devel==7.8.1
& $pydir\python setup.py bdist_wheel -G"Visual Studio 16 2019"
& $pydir\python setup.py bdist_wheel -G"Visual Studio 17 2022"
& $pydir\python -m twine upload dist\*.whl