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 10fd587 commit 57bd2cdCopy full SHA for 57bd2cd
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
- name: Upload wheel packages
73
uses: actions/upload-artifact@v4
74
with:
75
- name: all-wheel
+ name: all-wheel-${{ matrix.node_version }}-${{ matrix.component_lib_version }}-${{ matrix.streamlit_version }}
76
path: ${{ steps.component_wheels.outputs.output_directory }}/*.whl
77
if-no-files-found: error
78
0 commit comments