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 5a62f9e commit ec0412eCopy full SHA for ec0412e
.github/workflows/wheels.yml
@@ -58,7 +58,7 @@ jobs:
58
continue-on-error: true # Important: Continue if upload fails
59
with:
60
# Include pybuilds in the artifact name
61
- name: wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.pybuilds }}-${{ github.run_id }}
+ name: wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.pybuilds }}
62
path: ./wheelhouse/*.whl
63
if-no-files-found: error # Fail if no wheels are found
64
compression-level: 6
0 commit comments