From db134f3cfaf3115fa3c1c3c9ba5e4ad02bd8b2fd Mon Sep 17 00:00:00 2001 From: TAHRI Ahmed R Date: Thu, 20 Oct 2022 07:51:02 +0200 Subject: [PATCH] Update python-publish.yml unable to forward no-build-isolation with CIBW_BUILD_FRONTEND: "build" --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c08faa10..1a66cbf7 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -217,10 +217,10 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.11.1 env: - CIBW_BUILD_FRONTEND: "build" + #CIBW_BUILD_FRONTEND: "build" CIBW_ARCHS_MACOS: x86_64 arm64 universal2 CIBW_ENVIRONMENT: CHARSET_NORMALIZER_USE_MYPYC='1' - CIBW_CONFIG_SETTINGS: "--build-option=--no-isolation" + #CIBW_CONFIG_SETTINGS: "--build-option=--no-isolation" CIBW_BEFORE_BUILD: pip install -r dev-requirements.txt CIBW_TEST_REQUIRES: pytest codecov pytest-cov CIBW_TEST_COMMAND: pytest {package}/tests