This commit is contained in:
dianaml0 2022-10-18 15:39:58 -04:00 committed by GitHub
parent 5148c8cdd8
commit 431946af95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ jobs:
- name: Build wheels for CPython
run: |
echo $LD_LIBRARY_PATH
echo $(strings /lib64/libc.so.6 | grep GLIBC)
python3 -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: "cp38-*64"