Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 4fcd0a0 commit feff33dCopy full SHA for feff33d
.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/[email protected]
74
env:
0 commit comments