Skip to content

Commit

Permalink
Enable release wheels publish to pypi (#93)
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 86329f3 commit 275082d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: pynvjitlink
publish_to_pypi: true
publish-conda:
needs:
- build-conda
Expand Down

0 comments on commit 275082d

Please sign in to comment.