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 460f93d commit 0506c62Copy full SHA for 0506c62
.github/workflows/publish.yml
@@ -234,7 +234,7 @@ jobs:
234
env:
235
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
236
with:
237
- upload_url: ${{ steps.create_release.outputs.upload_url }}
+ upload_url: ${{ github.event.release.upload_url }}
238
asset_path: ${{ github.workspace }}/python/framework/dist/pypccl-*.whl
239
asset_name: pypccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}.whl
240
asset_content_type: application/zip
0 commit comments