From 8c3a36d6b629b016d7dd5cd298a6dcc1f6c9fa37 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Mon, 1 Jul 2024 14:22:24 -0500 Subject: [PATCH] enable release wheels publish to pypi --- .github/workflows/checks-and-builds.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks-and-builds.yaml b/.github/workflows/checks-and-builds.yaml index 33e059d..0837081 100644 --- a/.github/workflows/checks-and-builds.yaml +++ b/.github/workflows/checks-and-builds.yaml @@ -44,6 +44,7 @@ jobs: with: build_type: ${{ inputs.build_type }} package-name: rapids-build-backend + publish_to_pypi: true if: ${{ inputs.publish }} publish-conda: needs: