From b18082095dfa118c1c5c99e0614e2cfed912000a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 26 Sep 2024 09:06:30 +0200 Subject: [PATCH] WHL: fix missing dll in windows wheels --- .github/workflows/build_wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 678e6c99f..14526d20d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -121,6 +121,9 @@ jobs: CIBW_BEFORE_TEST: ${{ env.CIBW_BEFORE_TEST }} if: steps.triage.outputs.skip != '1' + - run: python ./ci/bundle_hdf5_whl.py wheelhouse + if: steps.triage.outputs.skip != '1' && runner.os == 'Windows' + # And upload the results - uses: actions/upload-artifact@v4 with: