We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0c4c4 commit 33a7aceCopy full SHA for 33a7ace
.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/[email protected].1
+ - uses: pypa/[email protected].2
27
env:
28
CIBW_ARCHS_MACOS: x86_64 universal2
29
CIBW_TEST_SKIP: '*universal2:arm64'
0 commit comments