Skip to content

Commit 7c0baad

Browse files
committed
fix name collision of wheel artifact
1 parent bc31e8f commit 7c0baad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
- name: Store the wheel packages
243243
uses: actions/upload-artifact@v4
244244
with:
245-
name: pypccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}
245+
name: pypccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}
246246
path: ./python/framework/dist/pypccl-*.whl
247247

248248
- name: Find Python wheel (Unix)

0 commit comments

Comments
 (0)