Browse Source

Fix environemnt for wheel building

test_fixup
Vadim Lebedev 2 years ago
parent
commit
9d78f86a7d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/build-wheels.yaml

+ 2
- 0
.github/workflows/build-wheels.yaml View File

@@ -59,6 +59,8 @@ jobs:


- name: Build wheels - name: Build wheels
run: | run: |
export LD_LIBRARY_PATH=/usr/local/lib64/:/usr/local/lib:$LD_LIBRARY_PATH
export LIBARCHIVE_PREFIX=/usr/local
python3 -m pip wheel --wheel-dir dist/ . python3 -m pip wheel --wheel-dir dist/ .
auditwheel repair dist/*.whl auditwheel repair dist/*.whl
python3 -m pip install --force-reinstall wheelhouse/*.whl python3 -m pip install --force-reinstall wheelhouse/*.whl


Loading…
Cancel
Save