Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
unable to forward no-build-isolation with CIBW_BUILD_FRONTEND: "build"
  • Loading branch information
Ousret committed Oct 20, 2022
1 parent 690f74c commit db134f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Expand Up @@ -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
Expand Down

0 comments on commit db134f3

Please sign in to comment.