Skip to content

Commit 110f627

Browse files
authored
Rename artifacts for experimental wheels workflow
1 parent 05a6832 commit 110f627

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/experimental_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/download-artifact@v4
4848
with:
49-
name: libSBML-sdist
49+
name: libSBML-experimental-sdist
5050

5151
- name: Extract sdist into the current directory
5252
shell: bash
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/upload-artifact@v4
8181
with:
8282
path: wheelhouse/*.whl
83-
name: libSBML-${{ matrix.os }}-${{ strategy.job-index }}
83+
name: libSBML-experimental-${{ matrix.os }}-${{ strategy.job-index }}
8484

8585
merge_wheels:
8686
needs: [build_wheels]
@@ -99,6 +99,6 @@ jobs:
9999
100100
- uses: actions/upload-artifact@v4
101101
with:
102-
name: libSBML-combined
102+
name: libSBML-experimental-combined
103103
path: dist
104104

0 commit comments

Comments
 (0)