Skip to content

Commit 3ce2bfa

Browse files
chore: bump pypa/cibuildwheel from 2.12.3 to 2.13.0 (#159)
1 parent ba9a3c7 commit 3ce2bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v3
4545

46-
- uses: pypa/cibuildwheel@v2.12.3
46+
- uses: pypa/cibuildwheel@v2.13.0
4747
env:
4848
CIBW_ARCHS_MACOS: auto universal2
49+
CIBW_PRERELEASE_PYTHONS: true
4950

5051
- name: Verify clean directory
5152
run: git diff --exit-code

0 commit comments

Comments
 (0)