File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
if : matrix.use_qemu && fromJSON(env.USE_QEMU)
115
115
116
116
- name : Build wheels
117
- uses : pypa/cibuildwheel@v2.19
117
+ uses : pypa/cibuildwheel@v2.20
118
118
if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
119
119
env :
120
120
CIBW_ARCHS : " ${{ matrix.arch }}"
@@ -143,7 +143,7 @@ jobs:
143
143
fetch-depth : 0 # required for versioneer to find tags
144
144
145
145
- name : Build wheels
146
- uses : pypa/cibuildwheel@v2.19
146
+ uses : pypa/cibuildwheel@v2.20
147
147
env :
148
148
CIBW_ARCHS : " ${{ matrix.arch }}"
149
149
CIBW_BUILD : " cp39-manylinux_*"
@@ -243,7 +243,7 @@ jobs:
243
243
path : dist
244
244
245
245
- name : Generate artifact attestation for sdist and wheel
246
- uses : actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
246
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
247
247
with :
248
248
subject-path : " dist/cmake-*"
249
249
You can’t perform that action at this time.
0 commit comments