Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e77a71

Browse files
authored
Merge pull request #25375 from meeseeksmachine/auto-backport-of-pr-25364-on-v3.7.x
Backport PR #25364 on branch v3.7.x (BLD: Pre-download Qhull license to put in wheels)
2 parents 4fcd0a0 + feff33d commit 6e77a71

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363

64+
# Something changed somewhere that prevents the downloaded-at-build-time
65+
# licenses from being included in built wheels, so pre-download them so
66+
# that they exist before the build and are included.
67+
- name: Pre-download bundled licenses
68+
run: >
69+
curl -Lo LICENSE/LICENSE_QHULL
70+
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
71+
6472
- name: Build wheels for CPython 3.11
6573
uses: pypa/[email protected]
6674
env:

0 commit comments

Comments
 (0)