Skip to content

Commit

Permalink
[CHORE] Add a helpful message in build-artifact-s3 workflow (#2480)
Browse files Browse the repository at this point in the history
This helps print a message so we can copy-paste it to install the built
artifact
  • Loading branch information
jaychia authored Jul 4, 2024
1 parent 674e500 commit a002902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-artifact-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ jobs:
run: pip3 install boto3
- name: Generate New Manifest
run: python3 tools/generate_whl_html_manifest.py
- name: Echo command to pip install (copy this!)
run: echo 'pip install getdaft==<version> --pre --extra-index-url http://github-actions-artifacts-bucket.s3-website-us-west-2.amazonaws.com/ --trusted-host github-actions-artifacts-bucket.s3-website-us-west-2.amazonaws.com'

0 comments on commit a002902

Please sign in to comment.