We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdd505 commit 889eab4Copy full SHA for 889eab4
.github/workflows/python-cibuildwheel.yml
@@ -77,7 +77,7 @@ jobs:
77
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
78
79
- name: Build python wheels for ${{ matrix.os }}
80
- uses: pypa/[email protected].1
+ uses: pypa/[email protected].2
81
env:
82
# Skip CPython 3.{6, 7, 8}
83
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-* cp38-*
0 commit comments