Skip to content

Commit b180820

Browse files
committed
WHL: fix missing dll in windows wheels
1 parent 1c0be29 commit b180820

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/build_wheels.yml

+3
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
CIBW_BEFORE_TEST: ${{ env.CIBW_BEFORE_TEST }}
122122
if: steps.triage.outputs.skip != '1'
123123

124+
- run: python ./ci/bundle_hdf5_whl.py wheelhouse
125+
if: steps.triage.outputs.skip != '1' && runner.os == 'Windows'
126+
124127
# And upload the results
125128
- uses: actions/upload-artifact@v4
126129
with:

0 commit comments

Comments
 (0)