Skip to content

Commit

Permalink
BLD: Pre-download Qhull license to put in wheels
Browse files Browse the repository at this point in the history
We couldn't work out what exactly changed to stop the license being
included, so work around that by pre-downloading it.

Fixes #25212
  • Loading branch information
QuLogic committed Mar 2, 2023
1 parent fb86113 commit 184460f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
with:
fetch-depth: 0

# Something changed somewhere that prevents the downloaded-at-build-time
# licenses from being included in built wheels, so pre-download them so
# that they exist before the build and are included.
- name: Pre-download bundled licenses
run: >
curl -Lo LICENSE/LICENSE_QHULL
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
- name: Build wheels for CPython 3.11
uses: pypa/cibuildwheel@v2.12.0
env:
Expand Down

0 comments on commit 184460f

Please sign in to comment.