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 0d69840 commit e19ccb8Copy full SHA for e19ccb8
1 file changed
.github/workflows/reusable-build-wheel.yml
@@ -100,10 +100,10 @@ jobs:
100
uses: actions/upload-artifact@v4
101
with:
102
name: ${{ inputs.dists-artifact-name }}-
103
- ${{ inputs.os }}-
104
- ${{ inputs.qemu }}-
105
- ${{ inputs.tag }}-
106
- ${{ steps.gha-artifact-name.outputs.hash }}
+ ${{ inputs.os }}-
+ ${{ inputs.qemu }}-
+ ${{ inputs.tag }}-
+ ${{ steps.gha-artifact-name.outputs.hash }}
107
path: ./wheelhouse/*.whl
108
109
...
0 commit comments