8000 Join unzip/patchelf/auditwheel steps in basemap-for-manylinux · matplotlib/basemap@7fcada1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fcada1

Browse files
committed
Join unzip/patchelf/auditwheel steps in basemap-for-manylinux
1 parent 0637930 commit 7fcada1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -222,18 +222,11 @@ jobs:
222222
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
223223
path: ${{ env.PKGDIR }}/dist
224224
-
225-
name: Install unzip
225+
name: Install auditwheel
226226
run: |
227227
apt-get update
228228
apt-get install -y unzip
229-
-
230-
name: Install patchelf
231-
run: |
232229
pip install patchelf
233-
alias patchelf="python -m patchelf"
234-
-
235-
name: Install auditwheel
236-
run: |
237230
pip install "auditwheel < 4.0"
238231
-
239232
name: Repair wheel

0 commit comments

Comments
 (0)
0