Skip to content

Commit

Permalink
🔧 attempt to fix cd.yml *3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 8, 2024
1 parent 56ae702 commit 78f1e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
env:
CIBW_BUILD_FRONTEND: "build; args: --no-isolation"
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ENVIRONMENT: CHARSET_NORMALIZER_USE_MYPYC='1'
CIBW_BEFORE_BUILD: pip install -r build-requirements.txt
Expand Down

0 comments on commit 78f1e9b

Please sign in to comment.