Skip to content

Commit e19ccb8

Browse files
committed
🧪 Dedent reusable-build-wheel upload name def
This is just synching the style with other places to keep the diff small.
1 parent 0d69840 commit e19ccb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/reusable-build-wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
uses: actions/upload-artifact@v4
101101
with:
102102
name: ${{ inputs.dists-artifact-name }}-
103-
${{ inputs.os }}-
104-
${{ inputs.qemu }}-
105-
${{ inputs.tag }}-
106-
${{ steps.gha-artifact-name.outputs.hash }}
103+
${{ inputs.os }}-
104+
${{ inputs.qemu }}-
105+
${{ inputs.tag }}-
106+
${{ steps.gha-artifact-name.outputs.hash }}
107107
path: ./wheelhouse/*.whl
108108

109109
...

0 commit comments

Comments
 (0)