Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.18.1 to 2.19.1
  • Loading branch information
mstimberg committed Jun 17, 2024
2 parents 0c343a3 + 9f4eda1 commit d89ff59
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 @@ -48,7 +48,7 @@ jobs:
path: ${{ steps.cibuildwheel-cache.outputs.dir }}
key: ${{ runner.os }}-cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ needs.get_python_versions.outputs.min-python }}"
CIBW_ARCHS: auto64
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
path: ${{ steps.cibuildwheel-cache.outputs.dir }}
key: ${{ runner.os }}-${{ matrix.arch }}-cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ needs.get_python_versions.outputs.min-python }}"
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down

0 comments on commit d89ff59

Please sign in to comment.