Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.19 to 2.20 in the github-actions group (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
2 parents d2c708a + 1045f71 commit a7a76e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- if: matrix.runs-on != 'ubuntu-latest'
uses: yezz123/setup-uv@v4
# run cibuildwheel to build wheels for the specified Python version
- uses: pypa/cibuildwheel@v2.19
- uses: pypa/cibuildwheel@v2.20
- name: Verify clean directory
run: git diff --exit-code
shell: bash
Expand Down Expand Up @@ -177,10 +177,10 @@ 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.19
uses: pypa/cibuildwheel@v2.20
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_BUILD: ${{ matrix.python }}*
CIBW_TEST_SKIP: "cp*"
# upload the wheels as an artifact
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a7a76e6

Please sign in to comment.