Skip to content

Commit

Permalink
chore(deps): bump pypa/cibuildwheel from 2.21.1 to 2.21.3
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.1 to 2.21.3.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21.1...v2.21.3)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 7c4aead commit 3f6f405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: cmd

- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].3
env:
# disable repair
CIBW_REPAIR_WHEEL_COMMAND: ""
Expand All @@ -69,7 +69,7 @@ jobs:
platforms: linux/arm64

- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].3
env:
CIBW_SKIP: "*musllinux* pp*"
CIBW_REPAIR_WHEEL_COMMAND: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-metal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
shell: cmd

- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].3
env:
# disable repair
CIBW_REPAIR_WHEEL_COMMAND: ""
Expand Down

0 comments on commit 3f6f405

Please sign in to comment.