Skip to content

Commit 45027a1

Browse files
authored
Merge pull request #21308 from meeseeksmachine/auto-backport-of-pr-21307-on-v3.5.x
Backport PR #21307 on branch v3.5.x (Use in-tree builds for PyPy wheels)
2 parents ca9a9fd + 5db797d commit 45027a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
CIBW_BUILD: "pp37-*"
103103
CIBW_BEFORE_BUILD: pip install certifi numpy==${{ env.min-numpy-version }}
104104
CIBW_ARCHS: ${{ matrix.cibw_archs }}
105+
PIP_USE_FEATURE: in-tree-build
105106
if: matrix.cibw_archs != 'aarch64'
106107

107108
- name: Validate that LICENSE files are included in wheels

0 commit comments

Comments
 (0)