Skip to content

Commit effde85

Browse files
authored
Merge pull request #802 from tdewolff/dependabot/github_actions/pypa/cibuildwheel-2.23.1
Bump pypa/cibuildwheel from 2.23.0 to 2.23.1
2 parents 5e043d3 + 456efe5 commit effde85

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].0
31+
uses: pypa/[email protected].1
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].0
71+
uses: pypa/[email protected].1
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].0
106+
uses: pypa/[email protected].1
107107
with:
108108
package-dir: bindings/py
109109
env:

0 commit comments

Comments
 (0)