Skip to content

Commit 8d71a0f

Browse files
authored
Update build_and_publish_to_pypi_windows.yml
1 parent fc7a600 commit 8d71a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF;-DENABLE_REAL_TIME_CLOCK=OFF"
5454
CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
5555
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
56-
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
56+
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
5757
# CIBW_TEST_REQUIRES: pytest pyttb
5858
# CIBW_TEST_COMMAND: >
5959
# cd {package} &&

0 commit comments

Comments
 (0)