File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
- uses : actions/checkout@v4
39
39
- uses : actions/setup-python@v5
40
40
with :
41
- python-version : 3.x
41
+ python-version : " 3.10 "
42
42
- name : Build wheels
43
43
uses : PyO3/maturin-action@v1
44
44
with :
69
69
- uses : actions/checkout@v4
70
70
- uses : actions/setup-python@v5
71
71
with :
72
- python-version : 3.x
72
+ python-version : " 3.10 "
73
73
- name : Build wheels
74
74
uses : PyO3/maturin-action@v1
75
75
with :
96
96
- uses : actions/checkout@v4
97
97
- uses : actions/setup-python@v5
98
98
with :
99
- python-version : 3.x
99
+ python-version : " 3.10 "
100
100
architecture : ${{ matrix.platform.target }}
101
101
- name : Build wheels
102
102
uses : PyO3/maturin-action@v1
@@ -123,7 +123,7 @@ jobs:
123
123
- uses : actions/checkout@v4
124
124
- uses : actions/setup-python@v5
125
125
with :
126
- python-version : 3.x
126
+ python-version : " 3.10 "
127
127
- name : Build wheels
128
128
uses : PyO3/maturin-action@v1
129
129
with :
You can’t perform that action at this time.
0 commit comments