Skip to content

Commit

Permalink
Merge pull request #6 from ntoxeg/dependabot/github_actions/pypa/cibu…
Browse files Browse the repository at this point in the history
…ildwheel-2.16.1

Bump pypa/cibuildwheel from 2.15.0 to 2.16.1
  • Loading branch information
ntoxeg authored Oct 3, 2023
2 parents f9d97f2 + 330c594 commit 5116546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python-version: ${{ env.STABLE_PYTHON_VERSION }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_ARCHS_MACOS: x86_64
HATCH_BUILD_HOOKS_ENABLE: 'true'
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_ARCHS_LINUX: aarch64
HATCH_BUILD_HOOKS_ENABLE: 'true'
Expand Down

0 comments on commit 5116546

Please sign in to comment.