Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.20 to 2.21 in the github-actions group (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent c256b51 commit 7bc94c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
version: "latest"
enable-cache: true
# run cibuildwheel to build wheels for the specified Python version
- uses: pypa/cibuildwheel@v2.20
- uses: pypa/cibuildwheel@v2.21
- name: Verify clean directory
run: git diff --exit-code
shell: bash
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
echo "CIBW_BEFORE_ALL_LINUX=/opt/python/cp311-cp311/bin/pip install z3-solver==${{ inputs.z3-version }}" >> $GITHUB_ENV
# run cibuildwheel to build wheels for the specified Python version
- name: Build wheels
uses: pypa/cibuildwheel@v2.20
uses: pypa/cibuildwheel@v2.21
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_TEST_SKIP: "cp*"
Expand Down

0 comments on commit 7bc94c4

Please sign in to comment.