Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad0bac9

Browse files
committed
BLD: Pre-download Qhull license to put in wheels
We couldn't work out what exactly changed to stop the license beingincluded, so work around that by pre-downloading it.Fixes#25212
1 parentfb86113 commitad0bac9

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/cibuildwheel@v2.12.0
6674
env:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp