Skip to content

Commit 89150b6

Browse files
committed
Enhance build-wheels workflow by adding build frontend and disabling PIP build isolation
1 parent 5d75db2 commit 89150b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
CIBW_TEST_COMMAND: "python -m pytest {project}/tests"
3333
CIBW_TEST_REQUIRES: "pytest"
3434
CIBW_BUILD_VERBOSITY: 1
35+
CIBW_BUILD_FRONTEND: build
36+
CIBW_ENVIRONMENT: >
37+
PIP_NO_BUILD_ISOLATION=false
3538
3639
- uses: actions/upload-artifact@v4
3740
with:

0 commit comments

Comments
 (0)