Skip to content

Commit

Permalink
Merge pull request #380 from SCM-NV/dependabot/github_actions/pypa/ci…
Browse files Browse the repository at this point in the history
…buildwheel-2.12.3

Bump pypa/cibuildwheel from 2.12.1 to 2.12.3
  • Loading branch information
BvB93 authored May 9, 2023
2 parents 6ef1a42 + 57cfbb9 commit 7e466b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].3
env:
CIBW_BUILD: cp38-${{ matrix.buildplat[1] }}
CIBW_MANYLINUX_AARCH64_IMAGE: "ghcr.io/nlesc-nano/manylinux2014_aarch64-qmflows:${{ env.TAG }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].3
env:
CIBW_BUILD: cp38-manylinux_x86_64
CIBW_MANYLINUX_X86_64_IMAGE: "ghcr.io/nlesc-nano/manylinux2014_x86_64-qmflows:${{ env.TAG }}"
Expand Down

0 comments on commit 7e466b5

Please sign in to comment.