Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5db797d

Browse files
dstansbymeeseeksmachine
authored andcommitted
Backport PR #21307: Use in-tree builds for PyPy wheels
1 parent ca9a9fd commit 5db797d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)