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

Skip to content

Commit 10204ed

Browse files
authored
Merge pull request #21307 from QuLogic/fix-pypy-version
Use in-tree builds for PyPy wheels
2 parents c24f13f + 184f42d commit 10204ed

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)