Skip to content

Commit

Permalink
Merge pull request #1572 from brian-team/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/cibuildwheel-2.22.0

Bump pypa/cibuildwheel from 2.21.3 to 2.22.0
  • Loading branch information
mstimberg authored Nov 29, 2024
2 parents 36afbb2 + 61a29ff commit befa4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: ${{ steps.cibuildwheel-cache.outputs.dir }}
key: ${{ runner.os }}-cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ needs.get_python_versions.outputs.min-python }}"
CIBW_ARCHS: auto64
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
path: ${{ steps.cibuildwheel-cache.outputs.dir }}
key: ${{ runner.os }}-${{ matrix.arch }}-cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ needs.get_python_versions.outputs.min-python }}"
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down

0 comments on commit befa4c1

Please sign in to comment.