Skip to content

Commit ec0412e

Browse files
authored
Update wheels.yml
1 parent 5a62f9e commit ec0412e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
continue-on-error: true # Important: Continue if upload fails
5959
with:
6060
# Include pybuilds in the artifact name
61-
name: wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.pybuilds }}-${{ github.run_id }}
61+
name: wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.pybuilds }}
6262
path: ./wheelhouse/*.whl
6363
if-no-files-found: error # Fail if no wheels are found
6464
compression-level: 6

0 commit comments

Comments
 (0)