We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f5088 commit b620a77Copy full SHA for b620a77
.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.22.0
+ - uses: pypa/cibuildwheel@v2.23.0
27
env:
28
CIBW_ARCHS_MACOS: x86_64 universal2
29
CIBW_TEST_SKIP: '*universal2:arm64'
0 commit comments