use USE_STAGING_BINARIES splicing PIP_WHEEL_URL#1059
use USE_STAGING_BINARIES splicing PIP_WHEEL_URL#1059duanhongyi wants to merge 1 commit intoheroku:mainfrom
Conversation
There was a problem hiding this comment.
Hi! Thank you for the PR :-)
Could you describe the motivation for this change? (For example what's the use-case and is this for Heroku or something else?) Generally a PR should always have a description that describes the "why" that isn't necessarily apparent from the "what" of the diff itself. There's a good guide to commit messages here that may be of interest :-)
https://chris.beams.io/posts/git-commit/
If this is something that is accepted, it will also:
- need some tests
- need to use a different approach for the env var, depending on whether this is for Heroku use or not (since app env vars aren't automatically set in the build enviroment; buildpacks have to load ENV_DIR etc)
Many thanks!
|
Oops forgot to also say - if you make further changes to the PR, please add them to this one - no need to make a new PR each time :-) |
|
@duanhongyi Hi! I don't suppose you saw my questions above? :-) |
|
I'm really sorry. I just came back from my vacation. The motivation for this RP is simple. In my opinion, in |
@duanhongyi Hi! Thank you for the reply. However I'm still not sure what the motivation is? For example:
Without more details we won't be able to accept the change. |
|
@duanhongyi Hi! I suspect your use-case might be fixed by #1085 (which I needed to do for other reasons, but conveniently makes custom S3 URLs for the pip case easier too). |
No description provided.