Skip to content

Commit

Permalink
Merge pull request #25364 from QuLogic/wheel-license
Browse files Browse the repository at this point in the history
BLD: Pre-download Qhull license to put in wheels
  • Loading branch information
ksunden committed Mar 3, 2023
2 parents 447c0c8 + ad0bac9 commit 981e1d1
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 981e1d1

Please sign in to comment.