File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
action-common-python-release Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969 - name : Upload wheels
7070 uses : actions/upload-artifact@v4
7171 with :
72- name : wheels_${{ inputs.package-name }}- ${{ inputs.python-version }}-${{ inputs.maturin-target }}-${{ inputs.artifact-key }}
72+ name : wheels_${{ inputs.package-name }}__ ${{ inputs.python-version }}-${{ inputs.maturin-target }}-${{ inputs.artifact-key }}
7373 path : dist/
7474 compression-level : 0
7575
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204 - uses : actions/download-artifact@v4
205205 with :
206206 path : wheels
207- pattern : wheels_${{ matrix.package-name }}- *
207+ pattern : wheels_${{ matrix.package-name }}__ *
208208 merge-multiple : true
209209 - name : List wheels to upload
210210 run : ls -R wheels
You can’t perform that action at this time.
0 commit comments