Skip to content

Commit

Permalink
WHL: fix missing dll in windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 26, 2024
1 parent 1c0be29 commit b180820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b180820

Please sign in to comment.