8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fcd0a0 + feff33d commit 6e77a71Copy full SHA for 6e77a71
.github/workflows/cibuildwheel.yml
@@ -61,6 +61,14 @@ jobs:
61
with:
62
fetch-depth: 0
63
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
+
72
- name: Build wheels for CPython 3.11
73
uses: pypa/cibuildwheel@v2.12.0
74
env:
0 commit comments