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 9191 with :
9292 name : wheels-linux-${{ matrix.platform.target }}
9393 path : src/python/dist
94+ retention-days : 1
9495
9596 musllinux :
9697 runs-on : ${{ matrix.platform.runner }}
@@ -131,6 +132,7 @@ jobs:
131132 with :
132133 name : wheels-musllinux-${{ matrix.platform.target }}
133134 path : src/python/dist
135+ retention-days : 1
134136
135137 windows :
136138 runs-on : ${{ matrix.platform.runner }}
@@ -171,6 +173,7 @@ jobs:
171173 with :
172174 name : wheels-windows-${{ matrix.platform.target }}
173175 path : src/python/dist
176+ retention-days : 1
174177
175178 macos :
176179 runs-on : ${{ matrix.platform.runner }}
@@ -204,6 +207,7 @@ jobs:
204207 with :
205208 name : wheels-macos-${{ matrix.platform.target }}
206209 path : src/python/dist
210+ retention-days : 1
207211
208212 sdist :
209213 runs-on : ubuntu-latest
@@ -228,6 +232,7 @@ jobs:
228232 with :
229233 name : wheels-sdist
230234 path : src/python/dist
235+ retention-days : 1
231236
232237 release :
233238 name : Release
You can’t perform that action at this time.
0 commit comments