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 43f8631 commit 1d0c4c4Copy full SHA for 1d0c4c4
.github/workflows/release-python.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Build CPython ${{ matrix.python-version }}-${{ matrix.os }}
24
steps:
25
- uses: actions/checkout@v4
26
- - uses: pypa/cibuildwheel@v2.23.0
+ - uses: pypa/cibuildwheel@v2.23.1
27
env:
28
CIBW_ARCHS_MACOS: x86_64 universal2
29
CIBW_TEST_SKIP: '*universal2:arm64'
0 commit comments