We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b68f97 commit a373091Copy full SHA for a373091
.github/workflows/build_and_publish_to_pypi_windows.yml
@@ -52,6 +52,8 @@ jobs:
52
set PATH=${{ github.workspace }}/openblas/bin:${PATH}
53
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DCMAKE_GENERATOR_TOOLSET=ClangCL;-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
54
CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
55
+ CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
56
+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
57
# CIBW_TEST_REQUIRES: pytest pyttb
58
# CIBW_TEST_COMMAND: >
59
# cd {package} &&
0 commit comments