Skip to content

Commit 78f1e9b

Browse files
committed
🔧 attempt to fix cd.yml *3
1 parent 56ae702 commit 78f1e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Build wheels
8484
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
8585
env:
86-
CIBW_BUILD_FRONTEND: "build; args: --no-isolation"
86+
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
8787
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
8888
CIBW_ENVIRONMENT: CHARSET_NORMALIZER_USE_MYPYC='1'
8989
CIBW_BEFORE_BUILD: pip install -r build-requirements.txt

0 commit comments

Comments
 (0)