Skip to content

Commit

Permalink
MAINT: fixed custom build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 6, 2024
1 parent 59b18af commit 5f2d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/custom_build_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def build_wheel(wheel_directory, config_settings=None, metadata_directory=None):

def build_sdist(sdist_directory, config_settings=None):
glib_compile_schemas(SOURCE_PATH, TARGET_PATH)
return _orig.build_wheel(sdist_directory, config_settings=config_settings)
return _orig.build_sdist(sdist_directory, config_settings=config_settings)

0 comments on commit 5f2d77e

Please sign in to comment.