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 a2b12b8 commit 85ac212Copy full SHA for 85ac212
.github/workflows/wheels.yml
@@ -71,10 +71,9 @@ jobs:
71
# licenses from being included in built wheels, so pre-download them so
72
# that they exist before the build and are included.
73
- name: Pre-download bundled licenses
74
- run: >
+ run: |
75
mkdir -p LICENSE
76
- curl -Lo LICENSE/LICENSE_QHULL
77
- https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
+ curl -Lo LICENSE/LICENSE_QHULL https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
78
79
- name: Install dependencies
80
run: python -m pip install build twine
0 commit comments