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 07fe512 commit e534e5fCopy full SHA for e534e5f
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
- uses: actions/setup-python@v6
84
with:
85
python-version: "3.x"
86
- - run: pip install cibuildwheel==3.2.1
+ - run: pip install cibuildwheel==3.3.0
87
- id: set-matrix
88
run: |
89
MATRIX_INCLUDE=$(
@@ -123,7 +123,7 @@ jobs:
123
if: runner.os == 'Linux'
124
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
125
126
- - uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
+ - uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
127
128
only: ${{ matrix.only }}
129
env:
0 commit comments