We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d75db2 commit 89150b6Copy full SHA for 89150b6
1 file changed
.github/workflows/build-wheels.yml
@@ -32,6 +32,9 @@ jobs:
32
CIBW_TEST_COMMAND: "python -m pytest {project}/tests"
33
CIBW_TEST_REQUIRES: "pytest"
34
CIBW_BUILD_VERBOSITY: 1
35
+ CIBW_BUILD_FRONTEND: build
36
+ CIBW_ENVIRONMENT: >
37
+ PIP_NO_BUILD_ISOLATION=false
38
39
- uses: actions/upload-artifact@v4
40
with:
0 commit comments