Skip to content

Commit e534e5f

Browse files
committed
Bump cibuildwheel
1 parent 07fe512 commit e534e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/setup-python@v6
8484
with:
8585
python-version: "3.x"
86-
- run: pip install cibuildwheel==3.2.1
86+
- run: pip install cibuildwheel==3.3.0
8787
- id: set-matrix
8888
run: |
8989
MATRIX_INCLUDE=$(
@@ -123,7 +123,7 @@ jobs:
123123
if: runner.os == 'Linux'
124124
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
125125

126-
- uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
126+
- uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
127127
with:
128128
only: ${{ matrix.only }}
129129
env:

0 commit comments

Comments
 (0)