This repository was archived by the owner on Oct 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 23
23
platform :
24
24
- runner : ubuntu-latest
25
25
target : x86_64
26
+ interpreter : " 3.8 pypy3.8 pypy3.9 pypy3.10"
26
27
- runner : ubuntu-latest
27
28
target : x86
28
29
- runner : ubuntu-latest
51
52
args : --release --out dist
52
53
sccache : ' true'
53
54
manylinux : ${{ matrix.platform.manylinux || 'auto' }}
55
+ interpreter : ${{ matrix.platform.interpreter || '3.8' }}
54
56
- name : Upload wheels
55
57
uses : actions/upload-artifact@v4
56
58
with :
64
66
platform :
65
67
- runner : windows-latest
66
68
target : x64
69
+ interpreter : " 3.8 pypy3.8 pypy3.9 pypy3.10"
67
70
- runner : windows-latest
68
71
target : x86
69
72
steps :
78
81
target : ${{ matrix.platform.target }}
79
82
args : --release --out dist
80
83
sccache : ' true'
84
+ interpreter : ${{ matrix.platform.interpreter || '3.8' }}
81
85
- name : Upload wheels
82
86
uses : actions/upload-artifact@v4
83
87
with :
@@ -104,6 +108,7 @@ jobs:
104
108
target : ${{ matrix.platform.target }}
105
109
args : --release --out dist
106
110
sccache : ' true'
111
+ interpreter : " 3.8 pypy3.8 pypy3.9 pypy3.10"
107
112
- name : Upload wheels
108
113
uses : actions/upload-artifact@v4
109
114
with :
You can’t perform that action at this time.
0 commit comments