Skip to content

Commit a7a76e6

Browse files
Bump pypa/cibuildwheel from 2.19 to 2.20 in the github-actions group (#18)
2 parents d2c708a + 1045f71 commit a7a76e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- if: matrix.runs-on != 'ubuntu-latest'
107107
uses: yezz123/setup-uv@v4
108108
# run cibuildwheel to build wheels for the specified Python version
109-
- uses: pypa/cibuildwheel@v2.19
109+
- uses: pypa/cibuildwheel@v2.20
110110
- name: Verify clean directory
111111
run: git diff --exit-code
112112
shell: bash
@@ -177,10 +177,10 @@ jobs:
177177
echo "CIBW_BEFORE_ALL_LINUX=/opt/python/cp311-cp311/bin/pip install z3-solver==${{ inputs.z3-version }}" >> $GITHUB_ENV
178178
# run cibuildwheel to build wheels for the specified Python version
179179
- name: Build wheels
180-
uses: pypa/cibuildwheel@v2.19
180+
uses: pypa/cibuildwheel@v2.20
181181
env:
182182
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
183-
CIBW_BUILD: ${{ matrix.python }}-*
183+
CIBW_BUILD: ${{ matrix.python }}*
184184
CIBW_TEST_SKIP: "cp*"
185185
# upload the wheels as an artifact
186186
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)