File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99
99
- name : Prepare build files
100
100
run : pipx run nox -s prepare
101
101
102
- - uses : pypa/cibuildwheel@v2.18 .1
102
+ - uses : pypa/cibuildwheel@v2.19 .1
103
103
env :
104
104
CIBW_BUILD : " ${{ matrix.build }}*"
105
105
CIBW_ARCHS : ${{ matrix.arch }}
@@ -148,7 +148,7 @@ jobs:
148
148
149
149
150
150
151
- - uses : pypa/cibuildwheel@v2.18 .1
151
+ - uses : pypa/cibuildwheel@v2.19 .1
152
152
env :
153
153
CIBW_BUILD : cp${{ matrix.python }}-*
154
154
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@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1 .2
38
+ uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3 .2
39
39
with :
40
40
subject-path : " dist/awkward*cpp-*"
41
41
42
- - uses : pypa/gh-action-pypi-publish@v1.8.14
42
+ - uses : pypa/gh-action-pypi-publish@v1.9.0
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@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1 .2
91
+ uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3 .2
92
92
with :
93
93
subject-path : " dist/awkward-*"
94
94
@@ -135,7 +135,7 @@ jobs:
135
135
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
136
136
run : gh attestation verify dist/awkward-*.whl --repo ${{ github.repository }}
137
137
138
- - uses : pypa/gh-action-pypi-publish@v1.8.14
138
+ - uses : pypa/gh-action-pypi-publish@v1.9.0
139
139
140
140
publish-headers :
141
141
name : " Publish header-only libraries alongside release"
Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ jobs:
65
65
- name : Prepare build files
66
66
run : pipx run nox -s prepare
67
67
68
- - uses : pypa/cibuildwheel@v2.18 .1
68
+ - uses : pypa/cibuildwheel@v2.19 .1
69
69
env :
70
70
CIBW_ARCHS_MACOS : universal2
71
71
CIBW_BUILD : cp39-win_amd64 cp310-manylinux_x86_64 cp38-macosx_universal2
72
72
with :
73
73
config-file : cibuildwheel.toml
74
74
package-dir : awkward-cpp
75
75
76
- - uses : pypa/cibuildwheel@v2.18 .1
76
+ - uses : pypa/cibuildwheel@v2.19 .1
77
77
if : matrix.os == 'ubuntu-latest'
78
78
env :
79
79
CIBW_BUILD : cp312-manylinux_x86_64
You can’t perform that action at this time.
0 commit comments