Skip to content

Commit 30955cf

Browse files
authored
Merge pull request #800 from tdewolff/dependabot/github_actions/pypa/cibuildwheel-2.23.0
Bump pypa/cibuildwheel from 2.22.0 to 2.23.0
2 parents ea45224 + 8e2850a commit 30955cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

+3-3
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/cibuildwheel@v2.22.0
31+
uses: pypa/cibuildwheel@v2.23.0
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/cibuildwheel@v2.22.0
71+
uses: pypa/cibuildwheel@v2.23.0
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/cibuildwheel@v2.22.0
106+
uses: pypa/cibuildwheel@v2.23.0
107107
with:
108108
package-dir: bindings/py
109109
env:

0 commit comments

Comments
 (0)