Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm trying to refactor and make improvements to our existing Github actions flow. As part of that I wanted to use a much more modern action for Maturin invocation instead of manual installs with pip which ultimately lead to permissions issues when trying to invoke protoc when building the datafusion-substrait crate from github source.
The action most people use and the official one from PyO3 themselves is maturin-action. However, Apache has this repo and its enterprise settings set to only allow a whitelisted list of actions if they don't exist in an Apache repo itself. More information about this configuration can be found at enforcing policies.
I would request we have the action maturin-action added to that whitelist like the several other actions that other repos have whitelisted.
I'm assuming this would require an email from a PMC member to the Apache infra distro with the request. I would assume that simply linking to this issue would be enough details for the update to occur.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm trying to refactor and make improvements to our existing Github actions flow. As part of that I wanted to use a much more modern action for
Maturininvocation instead of manual installs with pip which ultimately lead to permissions issues when trying to invokeprotocwhen building thedatafusion-substraitcrate from github source.The action most people use and the official one from PyO3 themselves is maturin-action. However, Apache has this repo and its enterprise settings set to only allow a whitelisted list of actions if they don't exist in an Apache repo itself. More information about this configuration can be found at enforcing policies.
I would request we have the action maturin-action added to that whitelist like the several other actions that other repos have whitelisted.
I'm assuming this would require an email from a PMC member to the Apache infra distro with the request. I would assume that simply linking to this issue would be enough details for the update to occur.