Skip to content

Commit

Permalink
Merge pull request #25375 from meeseeksmachine/auto-backport-of-pr-25…
Browse files Browse the repository at this point in the history
…364-on-v3.7.x

Backport PR #25364 on branch v3.7.x (BLD: Pre-download Qhull license to put in wheels)
  • Loading branch information
oscargus committed Mar 3, 2023
2 parents 4fcd0a0 + feff33d commit 6e77a71
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 6e77a71

Please sign in to comment.