ci: Run abi3audit on built wheels
This commit is contained in:
parent
6b22a0fc03
commit
fbbf1268c7
|
@ -64,6 +64,11 @@ jobs:
|
|||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.18
|
||||
|
||||
- name: Audit ABI3 compliance
|
||||
# This may be moved into cibuildwheel itself in the future. See
|
||||
# https://github.com/pypa/cibuildwheel/issues/1342
|
||||
run: "pip install abi3audit && abi3audit --verbose --summary ./wheelhouse/*.whl"
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifacts-${{ matrix.os }}
|
||||
|
|
Loading…
Reference in New Issue