Skip to content

Commit 5bd4958

Browse files
committed
Switch cibuildwheel to use built-in venv to avoid GitHub rate limiting
1 parent 322cbb1 commit 5bd4958

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Build wheels
2424
uses: pypa/cibuildwheel@v2.21.3
2525
env:
26+
CIBW_VENV_TOOL: venv
2627
# Configure cibuildwheel
2728
CIBW_SKIP: "pp* *-musllinux*" # Skip PyPy and Musl Linux
2829
CIBW_ARCHS_MACOS: "x86_64 arm64" # Universal Mac support

0 commit comments

Comments
 (0)