Skip to content

Commit 81caf0f

Browse files
authored
Merge pull request #227 from ocefpaf/abi3audit
Audit the wheel for abi3
2 parents 8a0de1f + e804726 commit 81caf0f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
CIBW_ARCHS: ${{ matrix.arch }}
4242
CIBW_BUILD_FRONTEND: build
4343
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
44-
CIBW_TEST_REQUIRES: pytest pandas>=2
44+
CIBW_TEST_REQUIRES: abi3audit pytest pandas>=2
4545
CIBW_TEST_COMMAND: >
4646
python -c "import gsw; print(f'gsw v{gsw.__version__}')" &&
47-
python -m pytest --pyargs gsw
47+
python -m pytest --pyargs gsw &&
48+
abi3audit ${{ github.workspace }}/wheelhouse/*.whl --summary --assume-minimum-abi3 3.11 --verbose --strict
4849
4950
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5051
with:

0 commit comments

Comments
 (0)