We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f463f84 commit f822119Copy full SHA for f822119
.github/workflows/dist.yml
@@ -32,7 +32,7 @@ jobs:
32
name: Build CPython-${{ matrix.os }}
33
steps:
34
- uses: actions/checkout@v4
35
- - uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
+ - uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
36
env:
37
CIBW_ARCHS_MACOS: x86_64 universal2
38
CIBW_TEST_SKIP: '*universal2:arm64'
0 commit comments