File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
target : ppc64le
37
37
steps :
38
38
- uses : actions/checkout@v4
39
- - uses : actions/setup-python@v5
39
+ - uses : actions/setup-python@v6
40
40
with :
41
41
python-version : " 3.13"
42
42
- name : Build wheels
67
67
target : armv7
68
68
steps :
69
69
- uses : actions/checkout@v4
70
- - uses : actions/setup-python@v5
70
+ - uses : actions/setup-python@v6
71
71
with :
72
72
python-version : " 3.13"
73
73
- name : Build wheels
94
94
target : x86
95
95
steps :
96
96
- uses : actions/checkout@v4
97
- - uses : actions/setup-python@v5
97
+ - uses : actions/setup-python@v6
98
98
with :
99
99
python-version : " 3.13"
100
100
architecture : ${{ matrix.platform.target }}
@@ -121,7 +121,7 @@ jobs:
121
121
target : aarch64
122
122
steps :
123
123
- uses : actions/checkout@v4
124
- - uses : actions/setup-python@v5
124
+ - uses : actions/setup-python@v6
125
125
with :
126
126
python-version : " 3.13"
127
127
- name : Build wheels
Original file line number Diff line number Diff line change 34
34
35
35
# After Rust tests pass, run Python tests next
36
36
- name : Set up Python ${{ matrix.python-version }}
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@v6
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
40
cache : " pip"
You can’t perform that action at this time.
0 commit comments