Enable ABI3 builds

This commit is contained in:
ZipFile 2025-05-19 13:35:23 +00:00
parent 6629b9eb8a
commit 78bfa0fd26

View File

@ -62,11 +62,14 @@ jobs:
matrix: matrix:
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-14] os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-14]
env: env:
CIBW_SKIP: cp27-* CIBW_ENABLE: pypy
CIBW_ENVIRONMENT: >-
PIP_CONFIG_SETTINGS="build_ext=-j4"
DEPENDENCY_INJECTOR_LIMITED_API="1"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build wheels - name: Build wheels
uses: pypa/cibuildwheel@v2.20.0 uses: pypa/cibuildwheel@v2.23.3
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: cibw-wheels-x86-${{ matrix.os }}-${{ strategy.job-index }} name: cibw-wheels-x86-${{ matrix.os }}-${{ strategy.job-index }}