We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a0de1f + e804726 commit 81caf0fCopy full SHA for 81caf0f
1 file changed
.github/workflows/cibuildwheel.yml
@@ -41,10 +41,11 @@ jobs:
41
CIBW_ARCHS: ${{ matrix.arch }}
42
CIBW_BUILD_FRONTEND: build
43
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
44
- CIBW_TEST_REQUIRES: pytest pandas>=2
+ CIBW_TEST_REQUIRES: abi3audit pytest pandas>=2
45
CIBW_TEST_COMMAND: >
46
python -c "import gsw; print(f'gsw v{gsw.__version__}')" &&
47
- python -m pytest --pyargs gsw
+ python -m pytest --pyargs gsw &&
48
+ abi3audit ${{ github.workspace }}/wheelhouse/*.whl --summary --assume-minimum-abi3 3.11 --verbose --strict
49
50
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
51
with:
0 commit comments