Commit 47e6971 1 parent 2c1c5e3 commit 47e6971 Copy full SHA for 47e6971
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
- name : Prepare build files
105
105
run : pipx run nox -s prepare
106
106
107
- - uses : pypa/cibuildwheel@v2.22
107
+ - uses : pypa/cibuildwheel@v2.23
108
108
env :
109
109
CIBW_BUILD : " ${{ matrix.build }}*"
110
110
CIBW_ARCHS : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 35
35
run : ls -l dist/
36
36
37
37
- name : Generate artifact attestation for sdist and wheel
38
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
38
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
39
39
with :
40
40
subject-path : " dist/awkward*cpp-*"
41
41
Original file line number Diff line number Diff line change 88
88
run : pipx run twine check dist/*
89
89
90
90
- name : Generate artifact attestation for sdist and wheel
91
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
91
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
92
92
with :
93
93
subject-path : " dist/awkward-*"
94
94
Original file line number Diff line number Diff line change 33
33
- name : Generate build files
34
34
run : pipx run nox -s prepare -- --headers --signatures --tests
35
35
36
- - uses : pypa/cibuildwheel@v2.22
36
+ - uses : pypa/cibuildwheel@v2.23
37
37
with :
38
38
package-dir : awkward-cpp
39
39
env :
Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
68
68
- name : Prepare build files
69
69
run : pipx run nox -s prepare
70
70
71
- - uses : pypa/cibuildwheel@v2.22
71
+ - uses : pypa/cibuildwheel@v2.23
72
72
env :
73
73
CIBW_ARCHS_MACOS : universal2
74
74
CIBW_BUILD : cp39-win_amd64 cp310-manylinux_x86_64 cp39-macosx_universal2
75
75
with :
76
76
package-dir : awkward-cpp
77
77
78
- - uses : pypa/cibuildwheel@v2.22
78
+ - uses : pypa/cibuildwheel@v2.23
79
79
if : matrix.os == 'ubuntu-latest'
80
80
env :
81
81
CIBW_BUILD : cp312-manylinux_x86_64
You can’t perform that action at this time.
0 commit comments