Commit aa9c9ba
Clean up AWS credentials when building wheels (#1626)
Summary:
This fixes the failures when building torchrec wheel using Nova build job.
Note that the credential `AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID` has been revoked and we are not using it anymore. I can see it is still used in `.github/workflows/release_build.yml`, so please take priority action to:
* Either switch to ODIC like how we do it in Nova pytorch/test-infra#4865. Please reach out to me if you need help on this.
* Or remove the workflow if it has been replaced by Nova.
Pull Request resolved: #1626
Reviewed By: henrylhtsang
Differential Revision: D52737705
Pulled By: huydhn
fbshipit-source-id: 79254f42666c6a444973a6d9bd5c13c43ebed0f61 parent fb25bf2 commit aa9c9ba
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| |||
0 commit comments