Skip to content

Commit 8050ee6

Browse files
committed
Use in-tree builds for PyPy wheels
Doing out-of-tree builds makes a copy that breaks symlinks in the git tree, causing PyPy wheels to get a version that signifies a dirty tree when they shouldn't. This will change in pip soon, but changing this will fix the version for our release now.
1 parent 6833d02 commit 8050ee6

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)