-
Notifications
You must be signed in to change notification settings - Fork 142
Upload script for releases and doc #2426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload script for releases and doc #2426
Conversation
…issue in promote_from_rc_to_final.py
example output upload from tarballs |
example output for dryrun (ignore the different versions. i was running the promotion script in between) |
| python build_tools/packaging/upload_release_packages.py --input-dir ./promotion/download/ --no-upload-python --upload-tarballs --execute --use-release-buckets | ||
| ``` | ||
|
|
||
| ## 4. Update index files for the release bucket |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: step 5 sanity check the uploaded files?
| # How to make a release available | ||
|
|
||
| The steps for the release are: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want a warning here saying these instructions are only for release team members 🤔
(permissions should be set up that way, but just to deter anyone casually browsing)
ScottTodd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine to merge without addressing comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also move this file to https://github.com/ROCm/TheRock/tree/main/docs/packaging
|
comments can be addressed in a future pr |
Script to upload releases (or any kind of .whls and .tar.gz) to some S3 bucket.
Expects directory structure to be the same as created by the download_prerelease_packages.py
Has 2 safety features:
Part of Issue #1891:
This is the third step of package promotion from release candidate (e.g.
7.10.0rc2) to release (7.10.0).