Skip to content
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

passing args to post build hook #527

Open
shubhbapna opened this issue Dec 16, 2024 · 0 comments
Open

passing args to post build hook #527

shubhbapna opened this issue Dec 16, 2024 · 0 comments

Comments

@shubhbapna
Copy link
Collaborator

Downstream we have a post build hook that is used to upload the built wheels to our index. This hook relies on env variables to get the required arguments. We should add an option in fromager to pass these variables instead of relying on env variables only. An example design could be:

fromager build-sequence --post-build-hook-arg "KEY1=VAL1" --post-build-hook-arg "KEY2=VAL2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant