We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2a00e commit 102e043Copy full SHA for 102e043
.github/workflows/python-release.yml
@@ -82,5 +82,5 @@ jobs:
82
83
- uses: actions/upload-artifact@v4
84
with:
85
- name: "release-${{ github.event.inputs.version }}"
+ name: "release-${{ matrix.os }}-${{ github.event.inputs.version }}"
86
path: ./wheelhouse/*
0 commit comments