We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a6832 commit 110f627Copy full SHA for 110f627
.github/workflows/experimental_wheels.yml
@@ -46,7 +46,7 @@ jobs:
46
steps:
47
- uses: actions/download-artifact@v4
48
with:
49
- name: libSBML-sdist
+ name: libSBML-experimental-sdist
50
51
- name: Extract sdist into the current directory
52
shell: bash
@@ -80,7 +80,7 @@ jobs:
80
uses: actions/upload-artifact@v4
81
82
path: wheelhouse/*.whl
83
- name: libSBML-${{ matrix.os }}-${{ strategy.job-index }}
+ name: libSBML-experimental-${{ matrix.os }}-${{ strategy.job-index }}
84
85
merge_wheels:
86
needs: [build_wheels]
@@ -99,6 +99,6 @@ jobs:
99
100
- uses: actions/upload-artifact@v4
101
102
- name: libSBML-combined
+ name: libSBML-experimental-combined
103
path: dist
104
0 commit comments