File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 18
18
name : Make SDist
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
40
40
python : ["3.8", "3.12"]
41
41
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
- uses : actions/setup-python@v5
45
45
name : Install Python ${{ matrix.python }}
46
46
with :
53
53
pip install yq
54
54
tomlq -r '.project."optional-dependencies".test[]' pyproject.toml | xargs -d '\n' pip install
55
55
56
- - uses : actions/download-artifact@v4
56
+ - uses : actions/download-artifact@v5
57
57
with :
58
58
name : cibw-sdist
59
59
path : dist
72
72
needs : [build_wheels, make_sdist, test_sdist]
73
73
runs-on : ubuntu-latest
74
74
steps :
75
- - uses : actions/download-artifact@v4
75
+ - uses : actions/download-artifact@v5
76
76
with :
77
77
path : all
78
78
@@ -106,15 +106,15 @@ jobs:
106
106
arch : " ppc64le"
107
107
use_qemu : true
108
108
steps :
109
- - uses : actions/checkout@v4
109
+ - uses : actions/checkout@v5
110
110
with :
111
111
fetch-depth : 0
112
112
113
113
- name : Set up QEMU
114
114
115
115
if : matrix.use_qemu
116
116
117
- - uses : pypa/cibuildwheel@v2.23 .3
117
+ - uses : pypa/cibuildwheel@v3.1 .3
118
118
env :
119
119
CIBW_BUILD : " cp312-*"
120
120
CIBW_ARCHS : " ${{ matrix.arch }}"
@@ -135,7 +135,7 @@ jobs:
135
135
if : github.event_name == 'release' && github.event.action == 'published'
136
136
137
137
steps :
138
- - uses : actions/download-artifact@v4
138
+ - uses : actions/download-artifact@v5
139
139
with :
140
140
pattern : cibw-*
141
141
path : dist
Original file line number Diff line number Diff line change 19
19
name : Format
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
- uses : actions/setup-python@v5
48
48
runs-on : ubuntu-latest
49
49
50
50
steps :
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v5
52
52
with :
53
53
fetch-depth : 0
54
54
@@ -96,15 +96,15 @@ jobs:
96
96
arch : " ppc64le"
97
97
use_qemu : true
98
98
steps :
99
- - uses : actions/checkout@v4
99
+ - uses : actions/checkout@v5
100
100
with :
101
101
fetch-depth : 0
102
102
103
103
- name : Set up QEMU
104
104
105
105
if : matrix.use_qemu
106
106
107
- - uses : pypa/cibuildwheel@v2.23 .3
107
+ - uses : pypa/cibuildwheel@v3.1 .3
108
108
env :
109
109
CIBW_BUILD : " ${{ matrix.python-version }}-*"
110
110
CIBW_ARCHS : " ${{ matrix.arch }}"
You can’t perform that action at this time.
0 commit comments