We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbb9d2 commit a78541aCopy full SHA for a78541a
.github/workflows/python_cibuildwheel.yml
@@ -72,7 +72,6 @@ jobs:
72
- name: Upload Files
73
uses: actions/upload-artifact@v4
74
with:
75
- name: Python-${{ inputs.os }}
+ name: Python-${{ inputs.os }}-${{ inputs.python-version }}-${{ inputs.arch }}
76
path: |
77
./Python/*.whl
78
- ./Python/*.tar.gz
0 commit comments