Skip to content

Commit

Permalink
Fix upload step
Browse files Browse the repository at this point in the history
rapidsai#22 changed
how the package is uploaded to S3, but did not include
RAPIDS_PY_WHEEL_NAME.
  • Loading branch information
KyleFromNVIDIA committed May 8, 2024
1 parent 32c85f2 commit 191ff26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: ./.github/workflows/checks-and-builds.yaml
with:
build_type: pull-request
publish: false
publish: true
secrets: inherit
2 changes: 1 addition & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ WHL_FILE=$(ls dist/*.whl)
python -m pip install "${WHL_FILE}[test]"
python -m pytest -v tests/

rapids-upload-wheels-to-s3 dist
RAPIDS_PY_WHEEL_NAME="rapids-build-backend" rapids-upload-wheels-to-s3 dist

0 comments on commit 191ff26

Please sign in to comment.