From 87f52ebaf427bf42cee5fcaf66cd0b4724825c1b Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 23 Aug 2024 13:49:09 -0400 Subject: [PATCH] fix libcudf wheel publishing, make package-type explicit in wheel publishing --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0ea4d5c54dc..72daff7b66b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -86,6 +86,7 @@ jobs: sha: ${{ inputs.sha }} date: ${{ inputs.date }} package-name: libcudf + package-type: cpp wheel-build-pylibcudf: needs: [wheel-publish-libcudf] secrets: inherit @@ -106,6 +107,7 @@ jobs: sha: ${{ inputs.sha }} date: ${{ inputs.date }} package-name: pylibcudf + package-type: python wheel-build-cudf: needs: wheel-publish-pylibcudf secrets: inherit @@ -126,6 +128,7 @@ jobs: sha: ${{ inputs.sha }} date: ${{ inputs.date }} package-name: cudf + package-type: python wheel-build-dask-cudf: needs: wheel-publish-cudf secrets: inherit @@ -148,6 +151,7 @@ jobs: sha: ${{ inputs.sha }} date: ${{ inputs.date }} package-name: dask_cudf + package-type: python wheel-build-cudf-polars: needs: wheel-publish-pylibcudf secrets: inherit @@ -170,6 +174,7 @@ jobs: sha: ${{ inputs.sha }} date: ${{ inputs.date }} package-name: cudf_polars + package-type: python trigger-pandas-tests: if: inputs.build_type == 'nightly' needs: wheel-build-cudf