Skip to content

Commit 78bfa0f

Browse files
committed
Enable ABI3 builds
1 parent 6629b9e commit 78bfa0f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publishing.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,14 @@ jobs:
6262
matrix:
6363
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-14]
6464
env:
65-
CIBW_SKIP: cp27-*
65+
CIBW_ENABLE: pypy
66+
CIBW_ENVIRONMENT: >-
67+
PIP_CONFIG_SETTINGS="build_ext=-j4"
68+
DEPENDENCY_INJECTOR_LIMITED_API="1"
6669
steps:
6770
- uses: actions/checkout@v3
6871
- name: Build wheels
69-
uses: pypa/cibuildwheel@v2.20.0
72+
uses: pypa/cibuildwheel@v2.23.3
7073
- uses: actions/upload-artifact@v4
7174
with:
7275
name: cibw-wheels-x86-${{ matrix.os }}-${{ strategy.job-index }}

0 commit comments

Comments
 (0)