Skip to content

Commit ee2da04

Browse files
Bump pypa/cibuildwheel from 2.21.1 to 2.21.3
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]>
1 parent 09137ff commit ee2da04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
platforms: arm64
3030
- name: Build wheels
31-
uses: pypa/[email protected].1
31+
uses: pypa/[email protected].3
3232
with:
3333
package-dir: bindings/py
3434
env:
@@ -68,7 +68,7 @@ jobs:
6868
set CGO_ENABLED=1
6969
make -C bindings/py compile
7070
- name: Build wheels
71-
uses: pypa/[email protected].1
71+
uses: pypa/[email protected].3
7272
with:
7373
package-dir: bindings/py
7474
env:
@@ -103,7 +103,7 @@ jobs:
103103
export MACOSX_DEPLOYMENT_TARGET=10.9
104104
make -C bindings/py compile
105105
- name: Build wheels
106-
uses: pypa/[email protected].1
106+
uses: pypa/[email protected].3
107107
with:
108108
package-dir: bindings/py
109109
env:

0 commit comments

Comments
 (0)