You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using python -m build. The config_settings dictionary is always None in the get_requires_for_build_* callbacks regardless of the options passed on the command line.
The fix is to pass in config_settings dictionary to get_dependencies on the call on the referenced line.
I will likely have the time to add a pull request in a few days.