Skip to content

Commit bc67691

Browse files
committed
Add wheel & auditwheel update for CI
1 parent 197b681 commit bc67691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
run: python3 -m pip wheel . -w ./wheelhouse/ --verbose
157157
- name: Auditing wheels and adding armv6l tag (Running on RPi, binaries compiled as armv6l)
158158
run: |
159+
python3 -m pip install -U wheel auditwheel
159160
for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat linux_armv7l -w wheelhouse/preaudited/; done
160161
for whl in wheelhouse/preaudited/*.whl; do python3 -m wheel tags --platform-tag +linux_armv6l "$whl"; done
161162
mkdir -p wheelhouse/audited/

0 commit comments

Comments
 (0)