Skip to content

Commit a78541a

Browse files
committed
Make the artifact files uniquely named
1 parent ccbb9d2 commit a78541a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python_cibuildwheel.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
- name: Upload Files
7373
uses: actions/upload-artifact@v4
7474
with:
75-
name: Python-${{ inputs.os }}
75+
name: Python-${{ inputs.os }}-${{ inputs.python-version }}-${{ inputs.arch }}
7676
path: |
7777
./Python/*.whl
78-
./Python/*.tar.gz

0 commit comments

Comments
 (0)