We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c945f commit a834070Copy full SHA for a834070
hatch_run_build_hook.py
@@ -6,4 +6,4 @@ class HatchRunBuildHook(BuildHookInterface):
6
7
def initialize(self, version, build_data):
8
# Run the 'hatch run build' command
9
- subprocess.run(['hatch', 'run', 'build'], check=True)
+ subprocess.run(["python", "-m", "build_differ"], check=True)
0 commit comments