Commit 39eba62 1 parent 8804ec1 commit 39eba62 Copy full SHA for 39eba62
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 39
39
manylinux : auto
40
40
steps :
41
41
- uses : actions/checkout@v4
42
+ - uses : actions/setup-python@v5
42
43
- name : Build wheels
43
44
uses : PyO3/maturin-action@v1
44
45
with :
67
68
target : armv7
68
69
steps :
69
70
- uses : actions/checkout@v4
71
+ - uses : actions/setup-python@v5
70
72
- name : Build wheels
71
73
uses : PyO3/maturin-action@v1
72
74
with :
91
93
target : x86
92
94
steps :
93
95
- uses : actions/checkout@v4
96
+ - uses : actions/setup-python@v5
94
97
- name : Build wheels
95
98
uses : PyO3/maturin-action@v1
96
99
with :
@@ -114,6 +117,7 @@ jobs:
114
117
target : aarch64
115
118
steps :
116
119
- uses : actions/checkout@v4
120
+ - uses : actions/setup-python@v5
117
121
- name : Build wheels
118
122
uses : PyO3/maturin-action@v1
119
123
with :
You can’t perform that action at this time.
0 commit comments