File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 target : [x86_64, aarch64]
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v3
2323 - uses : actions/setup-python@v4
2424 with :
2525 python-version : " 3.10"
5555 fi
5656
5757 - name : Upload wheels
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v3
5959 with :
6060 name : wheels
6161 path : dist
8080 args : --release --out dist --find-interpreter
8181 sccache : ' true'
8282 - name : Upload wheels
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v3
8484 with :
8585 name : wheels
8686 path : dist
@@ -101,7 +101,7 @@ jobs:
101101 args : --release --out dist --find-interpreter
102102 sccache : ' true'
103103 - name : Upload wheels
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v3
105105 with :
106106 name : wheels
107107 path : dist
@@ -122,7 +122,7 @@ jobs:
122122 args : --release --out dist --find-interpreter
123123 sccache : ' true'
124124 - name : Upload wheels
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v3
126126 with :
127127 name : wheels
128128 path : dist
@@ -137,7 +137,7 @@ jobs:
137137 command : sdist
138138 args : --out dist
139139 - name : Upload sdist
140- uses : actions/upload-artifact@v4
140+ uses : actions/upload-artifact@v3
141141 with :
142142 name : wheels
143143 path : dist
You can’t perform that action at this time.
0 commit comments