Skip to content

Commit a373091

Browse files
authored
Update build_and_publish_to_pypi_windows.yml
1 parent 3b68f97 commit a373091

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
set PATH=${{ github.workspace }}/openblas/bin:${PATH}
5353
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DCMAKE_GENERATOR_TOOLSET=ClangCL;-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
5454
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}"
5557
# CIBW_TEST_REQUIRES: pytest pyttb
5658
# CIBW_TEST_COMMAND: >
5759
# cd {package} &&

0 commit comments

Comments
 (0)