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 bc31e8f commit 7c0baadCopy full SHA for 7c0baad
.github/workflows/publish.yml
@@ -242,7 +242,7 @@ jobs:
242
- name: Store the wheel packages
243
uses: actions/upload-artifact@v4
244
with:
245
- name: pypccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}
+ name: pypccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}
246
path: ./python/framework/dist/pypccl-*.whl
247
248
- name: Find Python wheel (Unix)
0 commit comments