Skip to content

Commit

Permalink
Merge #1274
Browse files Browse the repository at this point in the history
1274: CI: Add `abi3audit` r=messense a=messense



Co-authored-by: messense <[email protected]>
  • Loading branch information
bors[bot] and messense authored Nov 16, 2022
2 parents 2d1f09c + 03845b8 commit 2618bb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ jobs:
if [[ "${{ matrix.python-version }}" != "pypy"* ]]; then
cargo run -- build -i ${{ matrix.python-version }} -m test-crates/pyo3-pure/Cargo.toml --target aarch64-apple-darwin --zig
fi
if [[ "${{ matrix.python-version }}" == "3.1"* ]]; then
# Check abi3 wheels with abi3audit on CPython only
pip install abi3audit
abi3audit test-crates/pyo3-pure/target/wheels/*.whl
fi
# Check wheels with twine
twine check --strict test-crates/pyo3-pure/target/wheels/*.whl
Expand Down

0 comments on commit 2618bb8

Please sign in to comment.