From 2475e9ec590ae36d8b5f76216f6575c371b76165 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 10 Aug 2020 08:21:00 +0200 Subject: Is it still ok ? --- .github/workflows/pip-packaging-windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml index bba94712..2d1058fe 100644 --- a/.github/workflows/pip-packaging-windows.yml +++ b/.github/workflows/pip-packaging-windows.yml @@ -40,6 +40,8 @@ jobs: python -m pip install --user -r .github/build-requirements.txt python -m pip install --user twine python -m pip list + - name: Build wheels + run: | mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DGMP_INCLUDE_DIR="c:/vcpkg/installed/x64-windows/include" -DGMP_LIBRARIES="c:/vcpkg/installed/x64-windows/lib/mpir.lib" -DGMP_LIBRARIES_DIR="c:/vcpkg/installed/x64-windows/lib" -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -DPython_ADDITIONAL_VERSIONS=3 .. -- cgit v1.2.3