Skip to content

Commit 66d7237

Browse files
committed
set CIBW_ENABLE=cpython_prerelease for all builds
1 parent 4638bf4 commit 66d7237

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
CFLAGS: -Dffi_call=cffistatic_ffi_call # override name for ffi_call to break hard if we linked against someone else's libffi
168168
CIBW_ARCHS_LINUX: all
169169
CIBW_BUILD: ${{ matrix.spec }}
170+
CIBW_ENABLE: cpython-prerelease
170171
CIBW_BEFORE_BUILD: |
171172
set -eux && \
172173
curl -L -O https://github.com/libffi/libffi/archive/v3.4.6.tar.gz && \
@@ -274,6 +275,7 @@ jobs:
274275
id: build
275276
env:
276277
CIBW_BUILD: ${{ matrix.spec }}
278+
CIBW_ENABLE: cpython-prerelease
277279
CIBW_TEST_REQUIRES: pytest setuptools
278280
CIBW_TEST_COMMAND: pip install pip --upgrade; cd {project}; PYTHONUNBUFFERED=1 pytest
279281
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.deployment_target || '10.13' }}
@@ -363,6 +365,7 @@ jobs:
363365
id: build
364366
env:
365367
CIBW_BUILD: ${{ matrix.spec }}
368+
CIBW_ENABLE: cpython-prerelease
366369
CIBW_TEST_REQUIRES: pytest setuptools
367370
CIBW_TEST_COMMAND: ${{ matrix.test_cmd || 'python -m pytest {package}/src/c' }}
368371
# FIXME: /testing takes ~45min on Windows and has some failures...

0 commit comments

Comments
 (0)