File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
- .github/scripts/set-conda-pip-matrix.py
10
10
- .github/conda-env/build-env.yml
11
11
- .github/conda-env/test-env.yml
12
-
12
+
13
13
jobs :
14
14
build-pip :
15
15
name : Build pip Py${{ matrix.python }}, ${{ matrix.os }}, ${{ matrix.bla_vendor}} BLA_VENDOR
93
93
- name : Save wheel
94
94
uses : actions/upload-artifact@v4
95
95
with :
96
- name : slycot-wheels
97
- path : slycot-wheels
96
+ name : slycot-wheels-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.bla_vendor }}
97
+ path : slycot-wheels-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.bla_vendor }}
98
+ retention-days : 5
98
99
99
100
100
101
build-conda :
@@ -144,8 +145,9 @@ jobs:
144
145
- name : Save to local conda pkg channel
145
146
uses : actions/upload-artifact@v4
146
147
with :
147
- name : slycot-conda-pkgs
148
- path : slycot-conda-pkgs
148
+ name : slycot-conda-pkgs-${{ matrix.os }}-${{ matrix.python }}
149
+ path : slycot-conda-pkgs-${{ matrix.os }}-${{ matrix.python }}
150
+ retention-days : 5
149
151
150
152
151
153
create-wheel-test-matrix :
You can’t perform that action at this time.
0 commit comments