39
39
- run : python dodo.py build || python dodo.py build
40
40
- uses : actions/upload-artifact@v3
41
41
with :
42
- name : dist_ ${{ github.run_number }}
42
+ name : rfjl_ ${{ github.run_number }}_dist
43
43
path : ./dist
44
44
- name : Rename uncached conda packages
45
45
shell : bash
@@ -73,12 +73,12 @@ jobs:
73
73
use-mamba : true
74
74
- uses : actions/download-artifact@v3
75
75
with :
76
- name : dist_ ${{ github.run_number }}
76
+ name : rfjl_ ${{ github.run_number }}_dist
77
77
path : ./dist
78
78
- run : python dodo.py conda_build || python dodo.py conda_build
79
79
- uses : actions/upload-artifact@v3
80
80
with :
81
- name : conda-bld_ ${{ github.run_number }}
81
+ name : rfjl_ ${{ github.run_number }}_conda-bld
82
82
path : ./dist/conda-bld
83
83
- name : Rename uncached conda packages
84
84
shell : bash
97
97
- run : python dodo.py docs || python dodo.py docs
98
98
- uses : actions/upload-artifact@v3
99
99
with :
100
- name : docs_ ${{ job.status }}_ ${{ github.run_number }}
100
+ name : rfjl_ ${{ github.run_number }}_docs_ ${{ job.status }}
101
101
path : ./build/docs/html
102
102
if : always()
103
103
- name : Rename uncached conda packages
@@ -163,7 +163,7 @@ jobs:
163
163
- if : always()
164
164
uses : actions/download-artifact@v3
165
165
with :
166
- name : dist_ ${{ github.run_number }}
166
+ name : rfjl_ ${{ github.run_number }}_dist
167
167
path : ./dist
168
168
- name : doit (unix)
169
169
if : ${{ matrix.os != 'windows' }}
@@ -178,7 +178,7 @@ jobs:
178
178
uses : actions/upload-artifact@v3
179
179
with :
180
180
name : |
181
- test_ ${{ job.status }}_ ${{ matrix.os }}_${{ matrix.python-version }}_${{ matrix.lab -version }}_${{ github.run_number }}
181
+ rfjl_ ${{ github.run_number }}_test_ ${{ job.status }}_${{ matrix.os }}_${{ matrix.python -version }}_${{ matrix.lab-version }}
182
182
path : |
183
183
./build/test/output
184
184
if : always()
@@ -200,6 +200,6 @@ jobs:
200
200
- if : always()
201
201
uses : actions/upload-artifact@v3
202
202
with :
203
- name : _COMBINED_ ${{ github.run_number }}
203
+ name : rfjl_ ${{ github.run_number }}__COMBINED
204
204
path : |
205
205
./artifacts
0 commit comments