File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,18 @@ jobs:
2828 with :
2929 python-version : ' 3.14'
3030
31- - name : Install cibuildwheel
31+ - name : Install deps
3232 run : |
33- python -m pip install cibuildwheel==3.2.1
33+ python -m pip install cibuildwheel==3.2.1 abi3audit 0.0.22
3434
3535 - name : Build wheels
3636 run : |
3737 python -m cibuildwheel --output-dir wheelhouse
3838
39+ - name : Audit ABI3 wheels
40+ run : |
41+ abi3audit -vsS wheelhouse/*abi3*.whl
42+
3943 - uses : actions/upload-artifact@v4
4044 with :
4145 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 1919 py_limited_api = True
2020 ),
2121 ]),
22- # options={"bdist_wheel": {"py_limited_api": "cp38"}},
22+ options = {"bdist_wheel" : {"py_limited_api" : "cp38" }},
2323)
You can’t perform that action at this time.
0 commit comments