diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 41455f6..9453361 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,4 +31,5 @@ jobs: with: build_type: release script: "ci/build_conda.sh" + matrix_filter: ${{ needs.compute-matrix.outputs.BUILD_MATRIX }} upload_to_anaconda: true diff --git a/numba_cuda/VERSION b/numba_cuda/VERSION index c5d54ec..7c1886b 100644 --- a/numba_cuda/VERSION +++ b/numba_cuda/VERSION @@ -1 +1 @@ -0.0.9 +0.0.10