martin-g commented on code in PR #93: URL: https://github.com/apache/arrow-datafusion-python/pull/93#discussion_r1037428623
########## pyproject.toml: ########## @@ -55,4 +55,9 @@ repository = "https://github.com/apache/arrow-datafusion-python" profile = "black" [tool.maturin] -sdist-include = ["Cargo.lock"] +include = [ + { path = "Cargo.lock", format = "sdist" } +] +exclude = [".github/**", "ci/**", ".asf.yaml"] +# Require Cargo.lock is up to date +locked = true Review Comment: Is there a reason why the `build` workflow is not enabled for Pull Requests ? It does not publish anything. I think it is safe to enable it! This way we could notice problems earlier! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
