Skip to content

Commit 7714053

Browse files
Go back to pinning cibuildwheel 2.2.2
Suggested workaround of activating out-of-tree-build seems to not work on python 3.8+ and so it isn't suitable
1 parent 48c440d commit 7714053

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Install Python Dependencies
7474
# Pin cibuildwheel due to https://github.com/pypa/cibuildwheel/issues/962
75-
run: pip install build cibuildwheel>=2.3.1
75+
run: pip install build cibuildwheel==2.2.2
7676

7777
- name: Build Sdist
7878
if: matrix.sdist
@@ -81,7 +81,6 @@ jobs:
8181
- name: Build Wheel
8282
run: cibuildwheel --output-dir dist
8383
env:
84-
PIP_USE_DEPRECATED: out-of-tree-build
8584
CIBW_BUILD: ${{ matrix.python }}*64
8685
CIBW_TEST_EXTRAS: dev
8786
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}

0 commit comments

Comments
 (0)