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.
1 parent 0637930 commit 7fcada1Copy full SHA for 7fcada1
.github/workflows/basemap-for-manylinux.yml
@@ -222,18 +222,11 @@ jobs:
222
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
223
path: ${{ env.PKGDIR }}/dist
224
-
225
- name: Install unzip
+ name: Install auditwheel
226
run: |
227
apt-get update
228
apt-get install -y unzip
229
- -
230
- name: Install patchelf
231
- run: |
232
pip install patchelf
233
- alias patchelf="python -m patchelf"
234
235
- name: Install auditwheel
236
237
pip install "auditwheel < 4.0"
238
239
name: Repair wheel
0 commit comments