Skip to content

Commit

Permalink
Enable release wheels publish to pypi (#20)
Browse files Browse the repository at this point in the history
Enables wheels publish to `pypi.org`.

NOTE: At the time of this PR, only wheels from release builds are
published to PyPI. See
rapidsai/shared-workflows#225.
  • Loading branch information
AyodeAwe authored Jul 1, 2024
1 parent 3edd816 commit 2cd5e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks-and-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
build_type: ${{ inputs.build_type }}
package-name: rapids-metadata
publish_to_pypi: true
if: ${{ inputs.publish }}
publish-conda:
needs:
Expand Down

0 comments on commit 2cd5e22

Please sign in to comment.