Skip to content

Commit 7bc94c4

Browse files
Bump pypa/cibuildwheel from 2.20 to 2.21 in the github-actions group (#33)
1 parent c256b51 commit 7bc94c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-python-packaging.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
version: "latest"
117117
enable-cache: true
118118
# run cibuildwheel to build wheels for the specified Python version
119-
- uses: pypa/cibuildwheel@v2.20
119+
- uses: pypa/cibuildwheel@v2.21
120120
- name: Verify clean directory
121121
run: git diff --exit-code
122122
shell: bash
@@ -152,7 +152,7 @@ jobs:
152152
echo "CIBW_BEFORE_ALL_LINUX=/opt/python/cp311-cp311/bin/pip install z3-solver==${{ inputs.z3-version }}" >> $GITHUB_ENV
153153
# run cibuildwheel to build wheels for the specified Python version
154154
- name: Build wheels
155-
uses: pypa/cibuildwheel@v2.20
155+
uses: pypa/cibuildwheel@v2.21
156156
env:
157157
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
158158
CIBW_TEST_SKIP: "cp*"

0 commit comments

Comments
 (0)